Blender V2.61 - r43446
Classes | Defines

ntl_geometryclass.h File Reference

#include "attributes.h"

Go to the source code of this file.

Classes

class  ntlGeometryClass

Defines

#define GEOCLASSTID_OBJECT   1
 geometry class type ids
#define GEOCLASSTID_SHADER   2
#define GEOCLASSTID_BOX   (GEOCLASSTID_OBJECT| 4)
#define GEOCLASSTID_OBJMODEL   (GEOCLASSTID_OBJECT| 8)
#define GEOCLASSTID_SPHERE   (GEOCLASSTID_OBJECT| 16)

Detailed Description

Definition in file ntl_geometryclass.h.


Define Documentation

#define GEOCLASSTID_BOX   (GEOCLASSTID_OBJECT| 4)

Definition at line 22 of file ntl_geometryclass.h.

#define GEOCLASSTID_OBJECT   1

geometry class type ids

Definition at line 20 of file ntl_geometryclass.h.

Referenced by ntlScene::buildScene(), ntlGeometryObject::getTypeId(), and ntlBlenderDumper::renderScene().

#define GEOCLASSTID_OBJMODEL   (GEOCLASSTID_OBJECT| 8)

Definition at line 23 of file ntl_geometryclass.h.

Referenced by ntlGeometryObjModel::getTypeId().

#define GEOCLASSTID_SHADER   2
#define GEOCLASSTID_SPHERE   (GEOCLASSTID_OBJECT| 16)

Definition at line 24 of file ntl_geometryclass.h.