Indentation errors
This commit is contained in:
10
src/mesh.hh
10
src/mesh.hh
@@ -8,17 +8,17 @@
|
||||
namespace psxsplash {
|
||||
|
||||
class Tri final {
|
||||
public:
|
||||
psyqo::GTE::PackedVec3 v0,v1,v2;
|
||||
psyqo::GTE::PackedVec3 n0,n1,n2;
|
||||
public:
|
||||
psyqo::GTE::PackedVec3 v0, v1, v2;
|
||||
psyqo::GTE::PackedVec3 n0, n1, n2;
|
||||
psyqo::PrimPieces::UVCoords uvA, uvB;
|
||||
psyqo::PrimPieces::UVCoordsPadded uvC;
|
||||
psyqo::Color colorA, colorB, colorC;
|
||||
};
|
||||
|
||||
class Mesh final {
|
||||
public:
|
||||
public:
|
||||
Texture m_texture;
|
||||
eastl::array<Tri> m_polygons;
|
||||
};
|
||||
}
|
||||
} // namespace psxsplash
|
||||
Reference in New Issue
Block a user