Class Index | File Index

Classes


Class Max3DSLoader


Extends ModelLoader.

Defined in: Max3DSLoader.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates an instance of an 3DS loader.
Method Summary
Method Attributes Method Name and Description
 
getModelContent(modelEntry)
Returns the content of the model stored in the given entry.
 
parseEntryScene(max3dsContent, max3dsEntryName, zip, modelContext, onmodelloaded, onprogression)
Parses the given 3DS content and calls onmodelloaded asynchronously or returns the scene it describes if onmodelloaded is null.
Methods borrowed from class ModelLoader:
clear, load, parseDependencies
Class Detail
Max3DSLoader()
Creates an instance of an 3DS loader.
Author: Emmanuel Puybaret.
Method Detail
getModelContent(modelEntry)
Returns the content of the model stored in the given entry.
Parameters:
modelEntry

parseEntryScene(max3dsContent, max3dsEntryName, zip, modelContext, onmodelloaded, onprogression)
Parses the given 3DS content and calls onmodelloaded asynchronously or returns the scene it describes if onmodelloaded is null.
Parameters:
max3dsContent
max3dsEntryName
zip
modelContext
onmodelloaded
onprogression

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 21 2024 17:43:24 GMT+0200 (CEST)