Packageaway3dlite.loaders
Classpublic class MQO
InheritanceMQO Inheritance AbstractParser Inheritance flash.events.EventDispatcher

Metasequoia



Public Properties
 PropertyDefined 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
 Inheritedcontainer : Object3D
[read-only] Retuns a 3d container object used for storing the parsed 3d object.
AbstractParser
 InheritedgeometryLibrary : GeometryLibrary
[read-only] Retuns a geometryLibrary object used for storing the parsed geometry data.
AbstractParser
 Inheritedmaterial : Material
Overrides all materials in the model.
AbstractParser
 InheritedmaterialLibrary : MaterialLibrary
[read-only] Retuns a materialLibrary object used for storing the parsed material objects.
AbstractParser
 Inheritedmaterials : Object
Overides materials in the model using name:value pairs.
AbstractParser
 InheritedparsedChunks : int
[read-only] Returns the total number of data chunks parsed
AbstractParser
 InheritedparseTimeout : 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
 InheritedtotalChunks : int
[read-only] Returns the total number of data chunks available
AbstractParser
Public Methods
 MethodDefined By
  
MQO()
Creates a new MQO object.
MQO
 Inherited
addOnError(listener:Function):void
Default method for adding a parseError event listener
AbstractParser
 Inherited
addOnProgress(listener:Function):void
Default method for adding a parseProgress event listener
AbstractParser
 Inherited
addOnSuccess(listener:Function):void
Default method for adding a parseSuccess event listener
AbstractParser
 Inherited
Parses 3d file data.
AbstractParser
 Inherited
removeOnError(listener:Function):void
Default method for removing a parseError event listener
AbstractParser
 Inherited
removeOnProgress(listener:Function):void
Default method for removing a parseProgress event listener
AbstractParser
 Inherited
removeOnSuccess(listener:Function):void
Default method for removing a parseSuccess event listener
AbstractParser
Events
 Event Summary Defined By
 InheritedDispatched when the 3d object parser fails to parse a file.AbstractParser
 InheritedDispatched when the 3d object parser progresses by one chunk.AbstractParser
 InheritedDispatched when the 3d object parser completes a file parse successfully.AbstractParser
Property Detail
centerMeshesproperty
public var centerMeshes:Boolean

Controls the automatic centering of geometry data in the model, improving culling and the accuracy of bounding dimension values.

charsetproperty 
public var charset:String = shift_jis

scalingproperty 
public var scaling:Number = 1

A scaling factor for all geometry in the model. Defaults to 1.

shadingproperty 
public var shading:Boolean = false

Controls the use of shading materials when color textures are encountered. Defaults to false.

Constructor Detail
MQO()Constructor
public function MQO()

Creates a new MQO object.

####INIT####