
Public Member Functions | |
| int | LoadMesh (const char *fname, GeometryInterface *callback) |
| int | ParseLine (int lineno, int argc, const char **argv) |
Private Member Functions | |
| void | GetVertex (GeometryVertex &v, const char *face) const |
Private Attributes | |
| GeometryInterface * | mCallback |
| FloatVector | mNormals |
| FloatVector | mTexels |
| FloatVector | mVerts |
Friends | |
| class | WavefrontObj |
Definition at line 562 of file cd_wavefront.cpp.
| void ConvexDecomposition::OBJ::GetVertex | ( | GeometryVertex & | v, | |
| const char * | face | |||
| ) | const [private] |
Definition at line 609 of file cd_wavefront.cpp.
| int ConvexDecomposition::OBJ::LoadMesh | ( | const char * | fname, | |
| GeometryInterface * | callback | |||
| ) |
Definition at line 584 of file cd_wavefront.cpp.
| int ConvexDecomposition::OBJ::ParseLine | ( | int | lineno, | |
| int | argc, | |||
| const char ** | argv | |||
| ) | [virtual] |
Implements ConvexDecomposition::InPlaceParserInterface.
Definition at line 667 of file cd_wavefront.cpp.
friend class WavefrontObj [friend] |
Definition at line 576 of file cd_wavefront.cpp.
Definition at line 575 of file cd_wavefront.cpp.
Definition at line 573 of file cd_wavefront.cpp.
FloatVector ConvexDecomposition::OBJ::mTexels [private] |
Definition at line 572 of file cd_wavefront.cpp.
FloatVector ConvexDecomposition::OBJ::mVerts [private] |
Definition at line 571 of file cd_wavefront.cpp.