glTF2Asset

Undocumented in source.

Constructors

this
this(string fileName)
Undocumented in source.

Members

Functions

accessData
void[] accessData(uint accessor)
Undocumented in source. Be warned that the author may not have intended to support it.
accessImage
void[] accessImage(uint imageIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
accessSparseData
void[][uint] accessSparseData(uint sparseAccessor)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadBufferData
void loadBufferData(ubyte[] fileContent)
Undocumented in source. Be warned that the author may not have intended to support it.
loadImageData
void loadImageData()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

accessors
glTF2Accessor[] accessors;
Undocumented in source.
animations
glTF2Animation[] animations;
Undocumented in source.
bufferViews
glTF2BufferView[] bufferViews;
Undocumented in source.
buffers
glTF2Buffer[] buffers;
Undocumented in source.
cameras
glTF2Camera[] cameras;
directoryName
string directoryName;
Undocumented in source.
fileName
string fileName;
Undocumented in source.
images
glTF2Image[] images;
Undocumented in source.
json
JSONValue json;
Undocumented in source.
materials
glTF2Material[] materials;
Undocumented in source.
meshes
glTF2Mesh[] meshes;
Undocumented in source.
metadata
glTF2Metadata metadata;
Undocumented in source.
nodes
glTF2Node[] nodes;
Undocumented in source.
samplers
glTF2Sampler[] samplers;
Undocumented in source.
scene
int scene;
Undocumented in source.
scenes
glTF2Scene[] scenes;
Undocumented in source.
skins
glTF2Skin[] skins;
Undocumented in source.
textures
glTF2Texture[] textures;
Undocumented in source.

Meta