The A3DSLoader class loads an Autodesk 3DS file and generates a vector of A3DSObject and A3DSMaterial objects.
More...
#include <vl3DS.hpp>
List of all members.
Detailed Description
The A3DSLoader class loads an Autodesk 3DS file and generates a vector of A3DSObject and A3DSMaterial objects.
Constructor & Destructor Documentation
| A3DSLoader::A3DSLoader |
( |
) |
|
Member Function Documentation
| fvec3 A3DSLoader::readVec3 |
( |
) |
[protected] |
| fvec3 A3DSLoader::readColByte3 |
( |
) |
[protected] |
| fvec3 A3DSLoader::readColFloat3 |
( |
) |
[protected] |
| String A3DSLoader::readLine |
( |
) |
[protected] |
| float A3DSLoader::readWordPercent |
( |
) |
[protected] |
| float A3DSLoader::readFloatPercent |
( |
) |
[protected] |
| void A3DSLoader::readChunk |
( |
) |
[protected] |
| bool A3DSLoader::skipChunk |
( |
) |
[protected] |
| void A3DSLoader::read_3D_EDITOR_CHUNK |
( |
) |
[protected] |
| fvec3 A3DSLoader::readColChunk |
( |
) |
[protected] |
| float A3DSLoader::readPercentChunk |
( |
) |
[protected] |
| void A3DSLoader::read_MATERIAL_BLOCK |
( |
) |
[protected] |
| void A3DSLoader::read_OBJECT_BLOCK |
( |
) |
[protected] |
| void A3DSLoader::read_TRIANGULAR_MESH |
( |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/vl3DS.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/vl3DS.cpp