![]() |
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 Accessor object. More...
#include <gltf.h>
Public Member Functions | |
| void | SetComponentType (int ct) |
| Sets the component type. More... | |
| void | SetByteOffset (int offs) |
| Sets the byte offset. More... | |
| void | SetComponentCount (int nc) |
| Sets the count of component. More... | |
| void | SetTypeId (int id) |
| Sets the type ID. More... | |
| void | SetBufferView (int ibv) |
| Set index of buffer view. More... | |
Class of the Accessor object.
Inheritance diagram for gltf::gAccessor:
|
inline |
Set index of buffer view.
| ibv | index |
Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().
|
inline |
Sets the byte offset.
| offs | offset value |
|
inline |
Sets the count of component.
| nc | account |
Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().
|
inline |
Sets the component type.
| ct | type value. |
Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().
|
inline |