| Package | alternativa.engine3d.loaders |
| Class | public class ExporterA3D |
| Inheritance | ExporterA3D Object |
| Method | Defined By | ||
|---|---|---|---|
Creates an instance of ExporterA3D. | ExporterA3D | ||
Exports a scene to A3D format. | ExporterA3D | ||
| ExporterA3D | () | Constructor |
public function ExporterA3D()Creates an instance of ExporterA3D.
| export | () | method |
public function export(root:Object3D = null, animations:Vector.<AnimationClip> = null):ByteArrayExports a scene to A3D format.
Parameters
root:Object3D (default = null) — Root object of scene.
| |
animations:Vector.<AnimationClip> (default = null) |
ByteArray — Data in A3D format.
|