| Package | de.nulldesign.nd3d.utils |
| Class | public class ASEParser |
| Inheritance | ASEParser flash.events.EventDispatcher |
| Implements | IMeshParser |
| Method | Defined by | ||
|---|---|---|---|
| ASEParser | |||
|
parseFile(meshData:ByteArray, matList:Array, defaultMaterial:MaterialDefaults = null):void
| ASEParser | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| [broadcast event] Dispatched when the mesh and textures are fully loaded. | ASEParser | |||
| ASEParser | () | constructor |
public function ASEParser()
| parseFile | () | method |
public function parseFile(meshData:ByteArray, matList:Array, defaultMaterial:MaterialDefaults = null):voidParameters
meshData:ByteArray |
|
matList:Array |
|
defaultMaterial:MaterialDefaults (default = null) |
| meshLoaded | event |
de.nulldesign.nd3d.events.MeshEvent
[broadcast event] Dispatched when the mesh and textures are fully loaded.