GLTFAsset

Undocumented in source.

Constructors

this
this(Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

loadAccessors
void loadAccessors(JSONValue root)
Undocumented in source. Be warned that the author may not have intended to support it.
loadBufferViews
void loadBufferViews(JSONValue root)
Undocumented in source. Be warned that the author may not have intended to support it.
loadBuffers
void loadBuffers(JSONValue root, ReadOnlyFileSystem fs, string rootDir)
Undocumented in source. Be warned that the author may not have intended to support it.
loadImages
void loadImages(JSONValue root, ReadOnlyFileSystem fs, string rootDir)
Undocumented in source. Be warned that the author may not have intended to support it.
loadMaterials
void loadMaterials(JSONValue root)
Undocumented in source. Be warned that the author may not have intended to support it.
loadMeshes
void loadMeshes(JSONValue root)
Undocumented in source. Be warned that the author may not have intended to support it.
loadNodes
void loadNodes(JSONValue root)
Undocumented in source. Be warned that the author may not have intended to support it.
loadScenes
void loadScenes(JSONValue root)
Undocumented in source. Be warned that the author may not have intended to support it.
loadTextures
void loadTextures(JSONValue root)
Undocumented in source. Be warned that the author may not have intended to support it.
loadThreadSafePart
bool loadThreadSafePart(string filename, InputStream istrm, ReadOnlyFileSystem fs, AssetManager mngr)
Undocumented in source. Be warned that the author may not have intended to support it.
loadThreadUnsafePart
bool loadThreadUnsafePart()
Undocumented in source. Be warned that the author may not have intended to support it.
markTransparentEntities
void markTransparentEntities()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Triangle t) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

accessors
Array!GLTFAccessor accessors;
Undocumented in source.
assetManager
AssetManager assetManager;
Undocumented in source.
bufferViews
Array!GLTFBufferView bufferViews;
Undocumented in source.
buffers
Array!GLTFBuffer buffers;
Undocumented in source.
doc
JSONDocument doc;
Undocumented in source.
images
Array!TextureAsset images;
Undocumented in source.
materials
Array!Material materials;
Undocumented in source.
meshes
Array!GLTFMesh meshes;
Undocumented in source.
nodes
Array!GLTFNode nodes;
Undocumented in source.
rootEntity
Entity rootEntity;
Undocumented in source.
scenes
Array!GLTFScene scenes;
Undocumented in source.
str
String str;
Undocumented in source.
textures
Array!Texture textures;
Undocumented in source.

Inherited Members

From Asset

monitorInfo
MonitorInfo monitorInfo;
Undocumented in source.
threadSafePartLoaded
bool threadSafePartLoaded;
Undocumented in source.
threadUnsafePartLoaded
bool threadUnsafePartLoaded;
Undocumented in source.
loadThreadSafePart
bool loadThreadSafePart(string filename, InputStream istrm, ReadOnlyFileSystem fs, AssetManager mngr)
Undocumented in source.
loadThreadUnsafePart
bool loadThreadUnsafePart()
Undocumented in source.
release
void release()
Undocumented in source.

From TriangleSet

opApply
int opApply(int delegate(Triangle t) dg)
Undocumented in source.

Meta