![]() |
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 model to collect of the gltf objects. More...
#include <gltf.h>
Public Member Functions | |
| gSceneList & | GetScenes () |
| Gets scene list. More... | |
| gAsset & | GetAsset () |
| Gets asset object. More... | |
| gAccessorList & | GetAccessors () |
| Gets accessors to the buffer views. More... | |
| gBufferList & | GetBuffers () |
| Gets buffers. More... | |
| gBufferViewList & | GetBufferViews () |
| Gets buffer views. More... | |
| gMeshList & | GetMeshes () |
| Gets meshes. More... | |
| gTextureList & | GetTextures () |
| Gets textures. More... | |
| gImageList & | GetImages () |
| Gets images. More... | |
| gNodeList & | GetNodes () |
| Get scene nodes. More... | |
| gMaterialList & | GetMaterials () |
| Gets material list. More... | |
| gSamplerList & | GetSamplers () |
| Gets sampler list. More... | |
| gCameraList & | GetCameras () |
| Gets camera list. More... | |
| gScene & | GetDefScene () |
| Gets the default scene. More... | |
| void | SetTypeFormat (int _t) |
| Set the gltf type format (0-embedded,1-separate,2-binary(unsupported)) More... | |
| virtual int | toJson (cStr *dst) |
| Write the model to the json string format More... | |
Class of the model to collect of the gltf objects.
Inheritance diagram for gltf::gModel:
|
inline |
Gets accessors to the buffer views.
Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().
|
inline |
Gets asset object.
|
inline |
|
inline |
Gets buffer views.
Referenced by gltf::gltfExporter::addBuffView(), and gltf::gltfExporter::writeAccessorsAndBuffers().
|
inline |
|
inline |
Gets the default scene.
|
inline |
|
inline |
|
inline |
Gets meshes.
Referenced by gltf::gltfExporter::writeAccessorsAndBuffers(), and gltf::gltfExporter::writeMeshes().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set the gltf type format (0-embedded,1-separate,2-binary(unsupported))
| _t | type format |
Referenced by gltf::gltfExporter::Export().
|
virtual |
Write the model to the json string format
| dst | pointer to the json string |
References TagsList::PutTagsIntoJsonString().
Referenced by gltf::gltfExporter::Export().