public class MeshExporter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MeshExporter.ExportType |
| Constructor and Description |
|---|
MeshExporter(BaseObject3D objectToExport) |
| Modifier and Type | Method and Description |
|---|---|
void |
export(java.lang.String fileName,
MeshExporter.ExportType type) |
void |
export(java.lang.String fileName,
MeshExporter.ExportType type,
boolean compressed) |
public MeshExporter(BaseObject3D objectToExport)
public void export(java.lang.String fileName,
MeshExporter.ExportType type)
public void export(java.lang.String fileName,
MeshExporter.ExportType type,
boolean compressed)