
Go to the source code of this file.
Classes | |
| struct | Container< T, N > |
| struct | MyMaterialInfo |
| class | MyMesh |
| struct | MyVertexInfo |
Typedefs | |
| typedef Container< unsigned char, 4 > | Color4f |
| typedef Container< float, 3 > | Point3f |
| typedef Container< int, 3 > | VertexIndex |
Functions | |
| bool | Load (const char *filename, MyMesh &mesh) |
| int | main () |
| bool | Save (const char *filename, MyMesh &mesh, bool binary) |
Definition at line 49 of file wrap/nanoply/nanoply_demo/main.cpp.
Definition at line 48 of file wrap/nanoply/nanoply_demo/main.cpp.
| typedef Container<int, 3> VertexIndex |
Definition at line 50 of file wrap/nanoply/nanoply_demo/main.cpp.
Definition at line 119 of file wrap/nanoply/nanoply_demo/main.cpp.
| int main | ( | ) |
Definition at line 266 of file wrap/nanoply/nanoply_demo/main.cpp.
Definition at line 188 of file wrap/nanoply/nanoply_demo/main.cpp.