Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <vl3DS.hpp>
Public Member Functions | |
| A3DSLoader () | |
| bool | parse3DS (VirtualFile *file) |
Public Attributes | |
| std::vector< A3DSObject > | mObjects |
| std::vector< A3DSMaterial > | mMaterials |
Protected Member Functions | |
| fvec3 | readVec3 () |
| fvec3 | readColByte3 () |
| fvec3 | readColFloat3 () |
| String | readLine () |
| float | readWordPercent () |
| float | readFloatPercent () |
| void | readChunk () |
| bool | skipChunk () |
| void | read0x3D3D () |
| fvec3 | readColChunk () |
| float | readPercentChunk () |
| void | read0xAFFF () |
| A3DSTexture | readMapChunk () |
| void | read0x4000 () |
| void | read0x4100 () |
Protected Attributes | |
| VirtualFile * | mInputFile |
| unsigned short | mChunkId |
| unsigned int | mChunkLen |
| bool | mCorrupted |
| A3DSLoader::A3DSLoader | ( | ) |
| bool A3DSLoader::parse3DS | ( | VirtualFile * | file | ) |
| 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::read0x3D3D | ( | ) | [protected] |
| fvec3 A3DSLoader::readColChunk | ( | ) | [protected] |
| float A3DSLoader::readPercentChunk | ( | ) | [protected] |
| void A3DSLoader::read0xAFFF | ( | ) | [protected] |
| A3DSTexture A3DSLoader::readMapChunk | ( | ) | [protected] |
| void A3DSLoader::read0x4000 | ( | ) | [protected] |
| void A3DSLoader::read0x4100 | ( | ) | [protected] |
| std::vector<A3DSObject> vl::A3DSLoader::mObjects |
| std::vector<A3DSMaterial> vl::A3DSLoader::mMaterials |
VirtualFile* vl::A3DSLoader::mInputFile [protected] |
unsigned short vl::A3DSLoader::mChunkId [protected] |
unsigned int vl::A3DSLoader::mChunkLen [protected] |
bool vl::A3DSLoader::mCorrupted [protected] |