#include <Geometry.h>
Public Member Functions | |
| Geometry (const std::wstring &fileName) | |
| Geometry (const Geometry &geometry) | |
| Geometry & | operator= (const Geometry &geometry) |
| const Positions & | GetPositions (void) const |
| const Normals & | GetNormals (void) const |
| const Indices & | GetIndices (void) const |
TODO: This class should be split to manage the file loading and the actual structure storage separately.
1.6.2