Packageaway3d.loaders
Classpublic class AbstractParser
InheritanceAbstractParser Inheritance flash.events.EventDispatcher
SubclassesAse, Collada, Kmz, Max3DS, Md2, Md2still, Obj

Public Properties
 PropertyDefined by
  container : Object3D
3d container object used for storing the parsed 3ds object.
AbstractParser
  parsedChunks : int
[read-only] Returns the total number of data chunks parsed
AbstractParser
  totalChunks : int
[read-only] Returns the total number of data chunks available
AbstractParser
Public Methods
 MethodDefined by
  
parseNext():void
Processes the next chunk in the parser
AbstractParser
Property detail
containerproperty
public var container:Object3D

3d container object used for storing the parsed 3ds object.

parsedChunksproperty 
parsedChunks:int  [read-only]

Returns the total number of data chunks parsed

Implementation
    public function get parsedChunks():int
totalChunksproperty 
totalChunks:int  [read-only]

Returns the total number of data chunks available

Implementation
    public function get totalChunks():int
Method detail
parseNext()method
public function parseNext():void

Processes the next chunk in the parser

Wiki link
Click to go to the wiki page for 'away3d.loaders.AbstractParser'

Code examples

Comments