doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
idExportModel Class Reference

#include <exporter.h>

Public Member Functions

 idExportModel ()
 
 ~idExportModel ()
 
idExportJointFindJointReal (const char *name)
 
idExportJointFindJoint (const char *name)
 
bool WriteMesh (const char *filename, idExportOptions &options)
 
bool WriteAnim (const char *filename, idExportOptions &options)
 
bool WriteCamera (const char *filename, idExportOptions &options)
 

Public Attributes

idExportJointexportOrigin
 
idList< idExportJointjoints
 
idHierarchy< idExportJointmayaHead
 
idHierarchy< idExportJointexportHead
 
idList< intcameraCuts
 
idList< cameraFrame_tcamera
 
idList< idBoundsbounds
 
idList< jointFrame_tjointFrames
 
idList< jointFrame_t * > frames
 
int frameRate
 
int numFrames
 
int skipjoints
 
int export_joints
 
idList< idExportMesh * > meshes
 

Detailed Description

Definition at line 378 of file exporter.h.

Constructor & Destructor Documentation

ID_INLINE idExportModel::idExportModel ( )

Definition at line 916 of file maya_main.cpp.

ID_INLINE idExportModel::~idExportModel ( )

Definition at line 929 of file maya_main.cpp.

Member Function Documentation

idExportJoint * idExportModel::FindJoint ( const char *  name)

Definition at line 947 of file maya_main.cpp.

idExportJoint * idExportModel::FindJointReal ( const char *  name)

Definition at line 933 of file maya_main.cpp.

bool idExportModel::WriteAnim ( const char *  filename,
idExportOptions options 
)

Definition at line 1074 of file maya_main.cpp.

bool idExportModel::WriteCamera ( const char *  filename,
idExportOptions options 
)

Definition at line 1238 of file maya_main.cpp.

bool idExportModel::WriteMesh ( const char *  filename,
idExportOptions options 
)

Definition at line 961 of file maya_main.cpp.

Member Data Documentation

idList<idBounds> idExportModel::bounds

Definition at line 386 of file exporter.h.

idList<cameraFrame_t> idExportModel::camera

Definition at line 385 of file exporter.h.

idList<int> idExportModel::cameraCuts

Definition at line 384 of file exporter.h.

int idExportModel::export_joints

Definition at line 392 of file exporter.h.

idHierarchy<idExportJoint> idExportModel::exportHead

Definition at line 383 of file exporter.h.

idExportJoint* idExportModel::exportOrigin

Definition at line 380 of file exporter.h.

int idExportModel::frameRate

Definition at line 389 of file exporter.h.

idList<jointFrame_t *> idExportModel::frames

Definition at line 388 of file exporter.h.

idList<jointFrame_t> idExportModel::jointFrames

Definition at line 387 of file exporter.h.

idList<idExportJoint> idExportModel::joints

Definition at line 381 of file exporter.h.

idHierarchy<idExportJoint> idExportModel::mayaHead

Definition at line 382 of file exporter.h.

idList<idExportMesh *> idExportModel::meshes

Definition at line 393 of file exporter.h.

int idExportModel::numFrames

Definition at line 390 of file exporter.h.

int idExportModel::skipjoints

Definition at line 391 of file exporter.h.


The documentation for this class was generated from the following files: