| Package | sandy.parser |
| Class | public final class Parser3DS |
| Inheritance | Parser3DS AParser flash.events.EventDispatcher |
| Implements | IParser |
Creates a Group as rootnode which appends all geometries it finds.
var parser:IParser = Parser.create( "/path/to/my/3dsfile.3ds", Parser.3DS );
| Method | Defined by | ||
|---|---|---|---|
|
Parser3DS(p_sUrl:String, p_nScale:Number)
Creates a new Parser3DS instance.
| Parser3DS | ||
![]() |
parse():void
Load the file that needs to be parsed.
| AParser | |
| Method | Defined by | ||
|---|---|---|---|
|
parseData(e:Event = null):void
Starts the parsing process
| Parser3DS | ||
| Parser3DS | () | constructor |
public function Parser3DS(p_sUrl:String, p_nScale:Number)Creates a new Parser3DS instance.
Parametersp_sUrl:String — A String pointing to the location of the 3DS file
|
|
p_nScale:Number — The scale factor
|
| parseData | () | method |
protected override function parseData(e:Event = null):voidStarts the parsing process
Parameterse:Event (default = null) — The Event object
|