public interface MeshWriter
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MeshWriter.DataFormat | 
| static class  | MeshWriter.FloatType | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| NumberFormat | getFormat() | 
| int | getWriteNormals() | 
| void | setFormat(NumberFormat fmt) | 
| void | setFormat(java.lang.String fmtStr) | 
| void | setWriteNormals(int enable) | 
| void | writeMesh(MeshBase mesh) | 
void setFormat(java.lang.String fmtStr)
void setFormat(NumberFormat fmt)
NumberFormat getFormat()
void setWriteNormals(int enable)
int getWriteNormals()
void writeMesh(MeshBase mesh) throws java.io.IOException
java.io.IOExceptionvoid close()