
Public Member Functions | |
| bool | readPlyFile (const std::string &file) |
| void | sort (const Index start, const Index length, const Axis axis) |
| void | scale (const float baseSize=2.0f) |
| void | calculateNormals (const bool vertexNormals=true) |
| void | calculateBoundingBox () |
| const BoundingBox & | getBoundingBox () const |
| Axis | getLongestAxis (const size_t start, const size_t elements) const |
| void | useInvertedFaces () |
Public Attributes | |
| std::vector< Vertex > | vertices |
| std::vector< Color > | colors |
| std::vector< Normal > | normals |
| std::vector< Triangle > | triangles |
Definition at line 37 of file vertexData.h.
0.9.1 by
1.6.1