#include <GLTF_StandardMeshCodec.h>
|
| | GLTF_StandardMeshCodec (const GLTF_ImportOptions &options) |
| |
| | GLTF_StandardMeshCodec (const GLTF_ExportOptions &options) |
| |
| | GLTF_StandardMeshCodec (const GLTF_ImportOptions &import_options, const GLTF_ExportOptions &export_options) |
| |
| virtual | ~GLTF_StandardMeshCodec () override |
| |
| bool | importMeshPrimitive (GU_Detail &gdp, const GLTF_Index mesh_idx, const GLTF_Index prim_idx, const GLTF_MeshInfo &mesh_info, GLTF_Reader &reader, GLTF_ErrorManager &errors) override |
| |
| bool | importMaterial (GU_Detail &, const GLTF_Index, GLTF_Reader &, GLTF_ErrorManager &, GA_AttributeOwner) override |
| |
| bool | exportMeshPrimitive (const GU_Detail &gdp, const GLTF_Index mesh_idx, const GLTF_Index prim_idx, GLTF_Writer &writer, GLTF_ErrorManager &errors) override |
| |
| | GLTF_Codec (const GLTF_ImportOptions &options) |
| |
| | GLTF_Codec (const GLTF_ExportOptions &options) |
| |
| | GLTF_Codec (const GLTF_ImportOptions &import_options, const GLTF_ExportOptions &export_options) |
| |
| virtual | ~GLTF_Codec () |
| |
| virtual bool | exportMaterial (const OP_Node *mat_node, const GLTF_Index mat_id, fpreal time, const GLTF_MaterialInfo &mat_info, GLTF_Writer &writer, GLTF_ErrorManager &errors) |
| |
Definition at line 16 of file GLTF_StandardMeshCodec.h.
| virtual GLTF_StandardMeshCodec::~GLTF_StandardMeshCodec |
( |
| ) |
|
|
overridevirtual |
| static bool GLTF_StandardMeshCodec::isExtensionSupported |
( |
const char * |
ext_name | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: