dagon v0.12.0-beta1 (2021-09-13T08:15:37Z)
Home
Dub
Repo
GLTFAccessor
dagon
resource
gltf
Undocumented in source.
class
GLTFAccessor : Owner {
GLTFBufferView
bufferView
;
GLTFDataType
dataType
;
uint
numComponents
;
GLenum
componentType
;
uint
count
;
uint
byteOffset
;
this
(GLTFBufferView bufferView, GLTFDataType dataType, GLenum componentType, uint count, uint byteOffset, Owner o);
~this
();
}
Constructors
this
this
(GLTFBufferView bufferView, GLTFDataType dataType, GLenum componentType, uint count, uint byteOffset, Owner o)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
bufferView
GLTFBufferView
bufferView
;
Undocumented in source.
byteOffset
uint
byteOffset
;
Undocumented in source.
componentType
GLenum
componentType
;
Undocumented in source.
count
uint
count
;
Undocumented in source.
dataType
GLTFDataType
dataType
;
Undocumented in source.
numComponents
uint
numComponents
;
Undocumented in source.
Meta
Source
See Implementation
dagon
resource
gltf
classes
GLTFAccessor
GLTFAsset
GLTFBuffer
GLTFBufferView
GLTFMesh
GLTFMeshPrimitive
GLTFNode
GLTFScene
StaticTransformComponent
enums
GLTFDataType
functions
asColor
asMatrix
asQuaternion
asVector
decomposeMatrix
nameFromMimeType