no more rgba data

This commit is contained in:
0xC0CAC01A 2020-03-09 14:47:39 -04:00
parent 4c25bd6784
commit 9340b61ce3
4 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ namespace RBX
{ {
std::vector<FileMeshVertexNormalTexture3d> vnts; std::vector<FileMeshVertexNormalTexture3d> vnts;
std::vector<FileMeshFace> faces; std::vector<FileMeshFace> faces;
// G3D::AABox aabb;
}; };
void writeFileMesh(std::ostream&, const FileMeshData&); void writeFileMesh(std::ostream&, const FileMeshData&);

View File

@ -17,7 +17,7 @@ namespace RBX
float vx, vy, vz; float vx, vy, vz;
float nx, ny, nz; float nx, ny, nz;
float tu, tv, tw; float tu, tv, tw;
char r, g, b, a; // char r, g, b, a;
}; };
struct FileMeshFace struct FileMeshFace

Binary file not shown.