HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_Exporter Class Reference

#include <GLTF_Exporter.h>

Public Member Functions

GLTF_WritergetWriter ()
 
GLTF_ExportOptionsgetExportOptions ()
 
const GLTF_ErrorManagergetErrorManager ()
 
void setGltfFile (const char *filepath)
 
void setExportingTime (const fpreal time)
 
bool exportObjectGraph (UT_Array< OBJ_Node * > &root_obj_nodes)
 
bool exportSop (SOP_Node &sop)
 
bool exportDetail (const GU_Detail &gdp)
 
bool exportFrameAnimData (const GLTF_Index anim_id, const fpreal time, const fpreal keyframe)
 

Detailed Description

Definition at line 30 of file GLTF_Exporter.h.

Member Function Documentation

bool GLTF_Exporter::exportDetail ( const GU_Detail gdp)
bool GLTF_Exporter::exportFrameAnimData ( const GLTF_Index  anim_id,
const fpreal  time,
const fpreal  keyframe 
)
bool GLTF_Exporter::exportObjectGraph ( UT_Array< OBJ_Node * > &  root_obj_nodes)
bool GLTF_Exporter::exportSop ( SOP_Node sop)
const GLTF_ErrorManager& GLTF_Exporter::getErrorManager ( )
inline

Definition at line 36 of file GLTF_Exporter.h.

GLTF_ExportOptions& GLTF_Exporter::getExportOptions ( )
inline

Definition at line 35 of file GLTF_Exporter.h.

GLTF_Writer& GLTF_Exporter::getWriter ( )
inline

Definition at line 34 of file GLTF_Exporter.h.

void GLTF_Exporter::setExportingTime ( const fpreal  time)
inline

Definition at line 43 of file GLTF_Exporter.h.

void GLTF_Exporter::setGltfFile ( const char *  filepath)
inline

Definition at line 38 of file GLTF_Exporter.h.


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