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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gltf::gAccessor Class Reference

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...
 

Detailed Description

Class of the Accessor object.

+ Inheritance diagram for gltf::gAccessor:

Member Function Documentation

void gltf::gAccessor::SetBufferView ( int  ibv)
inline

Set index of buffer view.

Parameters
ibvindex

Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().

void gltf::gAccessor::SetByteOffset ( int  offs)
inline

Sets the byte offset.

Parameters
offsoffset value
void gltf::gAccessor::SetComponentCount ( int  nc)
inline

Sets the count of component.

Parameters
ncaccount

Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().

void gltf::gAccessor::SetComponentType ( int  ct)
inline

Sets the component type.

Parameters
cttype value.

Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().

void gltf::gAccessor::SetTypeId ( int  id)
inline

Sets the type ID.

Parameters
idvalue

Referenced by gltf::gltfExporter::writeAccessorsAndBuffers().


The documentation for this class was generated from the following files: