Package | away3d.exporters |
Class | public class ObjExporter |
Method | Defined by | ||
---|---|---|---|
Generates a string in the WaveFront obj format representing the object3D(s).
| ObjExporter |
ObjExporter | () | constructor |
public function ObjExporter(object3d:Object3D, righthanded:Boolean = true, scaling:Number = 0.001)
Parameters
object3d:Object3D — Object3D. The Object3D to be exported to WaveFront obj format.
|
|
righthanded:Boolean (default = true ) — [optional] Boolean. If the model output need to be flipped to righthanded system. Default = true.
|
|
scaling:Number (default = 0.001 ) — [optional] Number. if the model output needs to be resized. Default = 0.001.
|