public class U3dSaveOptions extends SaveOptions
Constructor and Description |
---|
U3dSaveOptions()
Constructor of
U3dSaveOptions |
Modifier and Type | Method and Description |
---|---|
boolean |
getExportNormals()
Gets whether to export normal data.
|
boolean |
getExportTextureCoordinates()
Gets whether to export texture coordinates.
|
boolean |
getExportVertexDiffuse()
Gets whether to export vertex's diffuse color.
|
boolean |
getExportVertexSpecular()
Gets whether to export vertex' specular color.
|
boolean |
getFlipCoordinateSystem()
Gets whether flip coordinate system of control points/normal during importing/exporting.
|
boolean |
getMeshCompression()
Gets whether to enable mesh data compression.
|
void |
setExportNormals(boolean value)
Sets whether to export normal data.
|
void |
setExportTextureCoordinates(boolean value)
Sets whether to export texture coordinates.
|
void |
setExportVertexDiffuse(boolean value)
Sets whether to export vertex's diffuse color.
|
void |
setExportVertexSpecular(boolean value)
Sets whether to export vertex' specular color.
|
void |
setFlipCoordinateSystem(boolean value)
Sets whether flip coordinate system of control points/normal during importing/exporting.
|
void |
setMeshCompression(boolean value)
Sets whether to enable mesh data compression.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setLookupPaths
public U3dSaveOptions()
U3dSaveOptions
public boolean getFlipCoordinateSystem()
public void setFlipCoordinateSystem(boolean value)
value
- New valuepublic boolean getMeshCompression()
public void setMeshCompression(boolean value)
value
- New valuepublic boolean getExportNormals()
public void setExportNormals(boolean value)
value
- New valuepublic boolean getExportTextureCoordinates()
public void setExportTextureCoordinates(boolean value)
value
- New valuepublic boolean getExportVertexDiffuse()
public void setExportVertexDiffuse(boolean value)
value
- New valuepublic boolean getExportVertexSpecular()
public void setExportVertexSpecular(boolean value)
value
- New value