Package | away3dlite.loaders |
Class | public class MQO |
Inheritance | MQO 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. | MQO | ||
charset : String = shift_jis | MQO | ||
container : Object3D [read-only]
Retuns a 3d container object used for storing the parsed 3d object. | AbstractParser | ||
geometryLibrary : GeometryLibrary [read-only]
Retuns a geometryLibrary object used for storing the parsed geometry data. | AbstractParser | ||
material : Material
Overrides all materials in the model. | AbstractParser | ||
materialLibrary : MaterialLibrary [read-only]
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 [read-only]
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. | MQO | ||
shading : Boolean = false
Controls the use of shading materials when color textures are encountered. | MQO | ||
totalChunks : int [read-only]
Returns the total number of data chunks available
| AbstractParser |
Method | Defined By | ||
---|---|---|---|
MQO()
Creates a new MQO object. | MQO | ||
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 | ||
parseGeometry(data:*):Object3D
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.
charset | property |
public var charset:String = shift_jis
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.
MQO | () | Constructor |
public function MQO()
Creates a new MQO
object.