3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Class of the gltf codec. More...
#include <gltfCodec.h>
Public Member Functions | |
virtual SceneContext * | Decode (comms::cData &Fm) |
Decode the gltf file. More... | |
virtual bool | Encode (SceneContextPtr Scene, comms::cData *To) |
Encode the scene into gltf file format. More... | |
Class of the gltf codec.
Inherits cSceneCodec.
|
virtual |
Decode the gltf file.
Fm | destination data |
|
virtual |
Encode the scene into gltf file format.
Scene | scene pointer |
To | data to save |
References gltf::gltfExporter::Export(), gltf::gltfExporter::SetActiveCamera(), and gltf::gltfExporter::SetTypeFormat().