Package | alternativa.engine3d.loaders |
Class | public class ParserA3D |
Inheritance | ParserA3D ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
Creates a new instance of ParserA3D. | ParserA3D | ||
![]() | clean():void
Erases all links to external objects. | Parser | |
![]() | getLayerByObject(object:Object3D):String
Returns name of layer for specified object. | Parser | |
![]() | getObjectByName(name:String):Object3D
Returns object from array objects by name. | Parser | |
parse(input:ByteArray):void
Parses model of a3d format, that is passed as byteArray to input parameter, then fills the arrays objects and hierarchy by the instances of three-dimensional objects. | ParserA3D |
ParserA3D | () | Constructor |
public function ParserA3D()
Creates a new instance of ParserA3D.
parse | () | method |
public function parse(input:ByteArray):void
Parses model of a3d format, that is passed as byteArray to input
parameter, then fills the arrays objects
and hierarchy
by the instances of three-dimensional objects.
Parameters
input:ByteArray — ByteArray consists of A3D data.
|