Full credits to Andre-Michelle (www.andre-michelle.com) Parsing *.ASE Files AsciiExport Version 2,00 (3dmax R6) Handle ONLY ONE mesh definition Andre Michelle 09/2005 Adapted to Sandy engine by Thomas PFEIFFER 04/06
static public onInitEVENT:EventTypestatic public onLoadEVENT:EventTypestatic public onFailEVENT:EventTypestatic public onProgressEVENT:EventTypestatic public INTERVAL:Numberstatic public ITERATIONS_PER_INTERVAL:Numberstatic public function addEventListener(t:EventType, o):VoidAdd a listener for a specific event.
t | EventType The type of event we want to register |
o | The object listener |
static public function removeEventListener(e:EventType, oL):VoidRemove a listener for a specific event.
e | String The type of event we want to register |
oL | The object listener |
static public function parse(o:Object3D, url:String):VoidInitialize the object passed in parameter (which should be new) with the datas stored in the ASE file given in second parameter
o | Object3D The Object3D we want to initialize |
url | String The url of the .ASE file used to initialized the Object3D |