Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

3dsloader.hh File Reference

#include "tdstypes.hh"

Include dependency graph for 3dsloader.hh:

Include dependency graph

Go to the source code of this file.

Compounds

class  CLoad3DS
struct  tChunk
struct  tIndices

Defines

#define PRIMARY   0x4D4D
#define OBJECTINFO   0x3D3D
#define VERSION   0x0002
#define EDITKEYFRAME   0xB000
#define MATERIAL   0xAFFF
#define OBJECT   0x4000
#define MATNAME   0xA000
#define MATDIFFUSE   0xA020
#define MATMAP   0xA200
#define MATMAPFILE   0xA300
#define OBJECT_MESH   0x4100
#define OBJECT_VERTICES   0x4110
#define OBJECT_FACES   0x4120
#define OBJECT_MATERIAL   0x4130
#define OBJECT_UV   0x4140


Define Documentation

#define EDITKEYFRAME   0xB000
 

Definition at line 12 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextChunk().

#define MATDIFFUSE   0xA020
 

Definition at line 20 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextMaterialChunk().

#define MATERIAL   0xAFFF
 

Definition at line 15 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextChunk().

#define MATMAP   0xA200
 

Definition at line 21 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextMaterialChunk().

#define MATMAPFILE   0xA300
 

Definition at line 22 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextMaterialChunk().

#define MATNAME   0xA000
 

Definition at line 19 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextMaterialChunk().

#define OBJECT   0x4000
 

Definition at line 16 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextChunk().

#define OBJECT_FACES   0x4120
 

Definition at line 28 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextObjectChunk().

#define OBJECT_MATERIAL   0x4130
 

Definition at line 29 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextObjectChunk().

#define OBJECT_MESH   0x4100
 

Definition at line 24 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextObjectChunk().

#define OBJECT_UV   0x4140
 

Definition at line 30 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextObjectChunk().

#define OBJECT_VERTICES   0x4110
 

Definition at line 27 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextObjectChunk().

#define OBJECTINFO   0x3D3D
 

Definition at line 10 of file 3dsloader.hh.

Referenced by CLoad3DS::processNextChunk().

#define PRIMARY   0x4D4D
 

Definition at line 7 of file 3dsloader.hh.

Referenced by CLoad3DS::import3DS().

#define VERSION   0x0002
 

Definition at line 11 of file 3dsloader.hh.

Referenced by anoid::main::main(), and CLoad3DS::processNextChunk().


Anoid NG © Michael Westergaard, Martin Stig Stissing, Ronni Michael Laursen, and Kristian Bisgaard Lassen