|
| | 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 | 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)=0 |
| |
| virtual bool | importMaterial (GU_Detail &gdp, const GLTF_Index mat_idx, GLTF_Reader &reader, GLTF_ErrorManager &errors, GA_AttributeOwner mat_attribs_owner=GA_ATTRIB_PRIMITIVE)=0 |
| |
| virtual bool | exportMeshPrimitive (const GU_Detail &gdp, const GLTF_Index mesh_idx, const GLTF_Index prim_idx, GLTF_Writer &writer, GLTF_ErrorManager &errors) |
| |
| 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 17 of file GLTF_Codec.h.