Capítulo 580 de 859
An exporter for OBJ.
OBJExporter is not able to export material data into MTL files so only geometry data are supported.
const exporter = new OBJExporter();
const data = exporter.parse( scene );
Constructor
| Signature |
|---|
new OBJExporter() |
Methods
| Method | Description |
|---|---|
.parse( object : Object3D ) : string | Parses the given 3D object and generates the OBJ output. |