Package | away3dlite.loaders |
Class | public class Max3DS |
Inheritance | Max3DS AbstractParser flash.events.EventDispatcher |
Property | Defined by | ||
---|---|---|---|
centerMeshes : Boolean
Controls the automatic centering of geometry data in the model, improving culling and the accuracy of bounding dimension values.
| Max3DS | ||
container : Object3D
Retuns a 3d container object used for storing the parsed 3d object.
| AbstractParser | ||
geometryLibrary : GeometryLibrary
Retuns a geometryLibrary object used for storing the parsed geometry data.
| AbstractParser | ||
material : Material
Overrides all materials in the model.
| AbstractParser | ||
materialLibrary : MaterialLibrary
Retuns a materialLibrary object used for storing the parsed material objects.
| AbstractParser | ||
materials : Object
Overides materials in the model using name:value pairs.
| AbstractParser | ||
parsedChunks : int
Returns the total number of data chunks parsed
| AbstractParser | ||
parseTimeout : int = 40000
Defines a timeout period for file parsing (in milliseconds).
| AbstractParser | ||
scaling : Number = 1
A scaling factor for all geometry in the model.
| Max3DS | ||
shading : Boolean = false
Controls the use of shading materials when color textures are encountered.
| Max3DS | ||
totalChunks : int
Returns the total number of data chunks available
| AbstractParser |
Method | Defined by | ||
---|---|---|---|
Max3DS
()
Creates a new
Max3DS object. | Max3DS | ||
addOnError(listener:Function):void
Default method for adding a parseError event listener
| AbstractParser | ||
addOnProgress(listener:Function):void
Default method for adding a parseProgress event listener
| AbstractParser | ||
addOnSuccess(listener:Function):void
Default method for adding a parseSuccess event listener
| AbstractParser | ||
Parses 3d file data.
| AbstractParser | ||
removeOnError(listener:Function):void
Default method for removing a parseError event listener
| AbstractParser | ||
removeOnProgress(listener:Function):void
Default method for removing a parseProgress event listener
| AbstractParser | ||
removeOnSuccess(listener:Function):void
Default method for removing a parseSuccess event listener
| AbstractParser |
centerMeshes | property |
public var centerMeshes:Boolean
Controls the automatic centering of geometry data in the model, improving culling and the accuracy of bounding dimension values.
scaling | property |
public var scaling:Number = 1
A scaling factor for all geometry in the model. Defaults to 1.
shading | property |
public var shading:Boolean = false
Controls the use of shading materials when color textures are encountered. Defaults to false.
Max3DS | () | constructor |
public function Max3DS()
Init Parameters