#include <GLTF_OGLMaterialCodec.h>
|
| | GLTF_OGLMaterialCodec (const GLTF_ImportOptions &options) |
| |
| virtual | ~GLTF_OGLMaterialCodec () 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 |
| |
| | 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) |
| |
| 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_OGLMaterialCodec.h.
| virtual GLTF_OGLMaterialCodec::~GLTF_OGLMaterialCodec |
( |
| ) |
|
|
inlineoverridevirtual |
| static bool GLTF_OGLMaterialCodec::isExtensionSupported |
( |
const char * |
ext_name | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: