Kaim::ObjFileTriangleSoup Class Reference

Kaim::ObjFileTriangleSoup Class Reference

#include <objfiletrianglesoup.h>

Class Description

A basic parser of .obj files in text format able to read triangles.

Parsed data

KyUInt32 VerticesCount () const
 
const Vec3fVertices () const
 
KyUInt32 IndicesCount () const
 
const KyUInt32Indices () 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
 

Member Function Documentation

Box3f Kaim::ObjFileTriangleSoup::ComputeBoundingBox ( ) const

Will browse all the vertices extracted from file and compute a bounding box from them.


The documentation for this class was generated from the following files: