public class FBXSaveOptions extends SaveOptions
Constructor and Description |
---|
FBXSaveOptions(FileFormat format)
Initializes a
FBXSaveOptions |
Modifier and Type | Method and Description |
---|---|
boolean |
getExportLegacyMaterialProperties()
Gets whether export legacy material properties, used for back compatibility.
|
Boolean |
getFoldRepeatedCurveData()
Gets whether reuse repeated curve data by increasing last data's ref count
|
boolean |
getGenerateVertexElementMaterial()
Gets whether always generate a
VertexElementMaterial for geometries if the attached node contains materials. |
boolean |
getVideoForTexture()
Gets whether generate a Video instance for
Texture when exporting as FBX. |
void |
setExportLegacyMaterialProperties(boolean value)
Sets whether export legacy material properties, used for back compatibility.
|
void |
setFoldRepeatedCurveData(Boolean value)
Sets whether reuse repeated curve data by increasing last data's ref count
|
void |
setGenerateVertexElementMaterial(boolean value)
Sets whether always generate a
VertexElementMaterial for geometries if the attached node contains materials. |
void |
setVideoForTexture(boolean value)
Sets whether generate a Video instance for
Texture when exporting as FBX. |
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
public FBXSaveOptions(FileFormat format)
FBXSaveOptions
format
- public Boolean getFoldRepeatedCurveData()
public void setFoldRepeatedCurveData(Boolean value)
value
- New valuepublic boolean getExportLegacyMaterialProperties()
public void setExportLegacyMaterialProperties(boolean value)
value
- New valuepublic boolean getVideoForTexture()
Texture
when exporting as FBX.public void setVideoForTexture(boolean value)
Texture
when exporting as FBX.value
- New valuepublic boolean getGenerateVertexElementMaterial()
VertexElementMaterial
for geometries if the attached node contains materials.
This is turned off by default.public void setGenerateVertexElementMaterial(boolean value)
VertexElementMaterial
for geometries if the attached node contains materials.
This is turned off by default.value
- New valueCopyright © 2018. All rights reserved.