|
Developer Documentation
|
Public Attributes | |
| int | numFaces_ |
| int | numVerts_ |
| int | numTexcoords_ |
| int | numNormals_ |
| int | numIndices_ |
| const unsigned char * | fsize_ |
| const int * | fdata_pos |
| const int * | fdata_t |
| const int * | fdata_n |
| const float * | vdata_pos |
| const float * | vdata_t |
| const float * | vdata_n |
Definition at line 45 of file MeshCompiler_testData.hh.
| MeshTestData::MeshTestData | ( | ) |
Definition at line 6926 of file MeshCompiler_testData0.cc.
| const int* MeshTestData::fdata_n |
Definition at line 62 of file MeshCompiler_testData.hh.
| const int* MeshTestData::fdata_pos |
Definition at line 60 of file MeshCompiler_testData.hh.
| const int* MeshTestData::fdata_t |
Definition at line 61 of file MeshCompiler_testData.hh.
| const unsigned char* MeshTestData::fsize_ |
Definition at line 57 of file MeshCompiler_testData.hh.
| int MeshTestData::numFaces_ |
Definition at line 50 of file MeshCompiler_testData.hh.
| int MeshTestData::numIndices_ |
Definition at line 54 of file MeshCompiler_testData.hh.
| int MeshTestData::numNormals_ |
Definition at line 53 of file MeshCompiler_testData.hh.
| int MeshTestData::numTexcoords_ |
Definition at line 52 of file MeshCompiler_testData.hh.
| int MeshTestData::numVerts_ |
Definition at line 51 of file MeshCompiler_testData.hh.
| const float* MeshTestData::vdata_n |
Definition at line 67 of file MeshCompiler_testData.hh.
| const float* MeshTestData::vdata_pos |
Definition at line 65 of file MeshCompiler_testData.hh.
| const float* MeshTestData::vdata_t |
Definition at line 66 of file MeshCompiler_testData.hh.