Definition at line 38 of file TriangleMesh.h.
Public Member Functions | |
| TriangleMesh (const string obj_fname) | |
| void | Draw (Canvas &canvas) const |
| void | init () |
Public Attributes | |
| std::vector< Point > | V |
| std::vector< Vector > | N |
| std::vector< RGB > | T |
| std::vector< TriangleFace > | F |
| int | total_triangles |
| bool | has_normal |
| bool | has_texture |
| Canvas * | texture |
1.3.6