#include <GLTF_MtlxMaterialCodec.h>
|
| | GLTF_MtlxMaterialCodec (const GLTF_ImportOptions &options) |
| |
| | GLTF_MtlxMaterialCodec (const GLTF_ExportOptions &options) |
| |
| virtual | ~GLTF_MtlxMaterialCodec () 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 &gdp, const GLTF_Index mat_idx, GLTF_Reader &reader, GLTF_ErrorManager &errors, GA_AttributeOwner mat_attribs_owner=GA_ATTRIB_PRIMITIVE) override |
| |
| 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) 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 | exportMeshPrimitive (const GU_Detail &gdp, const GLTF_Index mesh_idx, const GLTF_Index prim_idx, GLTF_Writer &writer, GLTF_ErrorManager &errors) |
| |
Definition at line 19 of file GLTF_MtlxMaterialCodec.h.
| virtual GLTF_MtlxMaterialCodec::~GLTF_MtlxMaterialCodec |
( |
| ) |
|
|
inlineoverridevirtual |
| static bool GLTF_MtlxMaterialCodec::isExtensionSupported |
( |
const char * |
ext_name | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: