Class Index | File Index

Classes


Class DAELoader


Extends ModelLoader.

Defined in: DAELoader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a loader for DAE Collada 1.4.1 format as specified by http://www.khronos.org/files/collada_spec_1_4.pdf.
Method Summary
Method Attributes Method Name and Description
 
parseEntryScene(daeContent, daeEntryName, zip, modelContext, onmodelloaded, onprogression)
Parses the given DAE content and calls onmodelloaded asynchronously or returns the scene it describes if onmodelloaded is null.
Methods borrowed from class ModelLoader:
clear, getModelContent, load, parseDependencies
Class Detail
DAELoader()
Creates a loader for DAE Collada 1.4.1 format as specified by http://www.khronos.org/files/collada_spec_1_4.pdf. All texture coordinates are considered to belong to the same set (for example UVSET0).

Author: Emmanuel Puybaret.
Method Detail
parseEntryScene(daeContent, daeEntryName, zip, modelContext, onmodelloaded, onprogression)
Parses the given DAE content and calls onmodelloaded asynchronously or returns the scene it describes if onmodelloaded is null.
Parameters:
daeContent
daeEntryName
zip
modelContext
onmodelloaded
onprogression

© Copyright 2024 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Thu Apr 04 2024 17:30:25 GMT+0200 (CEST)