#include <objfiletrianglesoup.h>
A basic parser of .obj files in text format able to read triangles.
Parsed data | |
KyUInt32 | VerticesCount () const |
const Vec3f * | Vertices () const |
KyUInt32 | IndicesCount () const |
const KyUInt32 * | Indices () const |
KyUInt32 | GetFacesCount () const |
KyUInt32 | GetFaceMinVertexCount () const |
KyUInt32 | GetFaceMaxVertexCount () const |
Misc | |
void | Clear () |
Box3f | ComputeBoundingBox () const |
Will browse all the vertices extracted from file and compute a bounding box from them. More... | |
Box3f | ComputeBoundingBox (const CoordSystem &coordSystem) const |
const char * | GetFileName () const |
Box3f Kaim::ObjFileTriangleSoup::ComputeBoundingBox | ( | ) | const |
Will browse all the vertices extracted from file and compute a bounding box from them.