Packageaway3d.exporters
Classpublic class ObjExporter

Class ObjExporter generates a string in the WaveFront obj format representing the object3D(s). Paste to a texteditor and save as filename.obj.

Public Methods
 MethodDefined by
  
ObjExporter
(object3d:Object3D, righthanded:Boolean = true, scaling:Number = 0.001)
Generates a string in the WaveFront obj format representing the object3D(s).
ObjExporter
Constructor detail
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.
Init Parameters
Wiki link
Click to go to the wiki page for 'away3d.exporters.ObjExporter'

Code examples

Comments