Packagesandy.parser
Classpublic final class Parser3DS
InheritanceParser3DS Inheritance AParser Inheritance flash.events.EventDispatcher
ImplementsIParser

Transforms a 3DS file into Sandy geometries.

Creates a Group as rootnode which appends all geometries it finds.


Example
To parse a 3DS file at runtime:
      var parser:IParser = Parser.create( "/path/to/my/3dsfile.3ds", Parser.3DS );
  



Public Properties
 PropertyDefined by
 InheritedstandardAppearance : Appearance
Set the standard appearance for all the parsed objects.
AParser
Public Methods
 MethodDefined by
  
Parser3DS(p_sUrl:String, p_nScale:Number)
Creates a new Parser3DS instance.
Parser3DS
 Inherited
parse():void
Load the file that needs to be parsed.
AParser
Constructor detail
Parser3DS()constructor
public function Parser3DS(p_sUrl:String, p_nScale:Number)

Creates a new Parser3DS instance.

Parameters
p_sUrl:String — A String pointing to the location of the 3DS file
 
p_nScale:Number — The scale factor