Package com.aspose.threed
Class Discreet3DSLoadOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.LoadOptions
-
- com.aspose.threed.Discreet3DSLoadOptions
-
public class Discreet3DSLoadOptions extends LoadOptions
Load options for 3DS file.
-
-
Constructor Summary
Constructors Constructor Description Discreet3DSLoadOptions()
Constructor ofDiscreet3DSLoadOptions
-
Method Summary
Modifier and Type Method Description boolean
getApplyAnimationTransform()
Gets wheather to use the transformation defined in the first frame of animation track.boolean
getFlipCoordinateSystem()
Gets flip coordinate system of control points/normal during importing/exporting.boolean
getGammaCorrectedColor()
A 3ds file may contains original color and gamma corrected color for same attribute, Setting this to true will use the gamma corrected color if possible, otherwise the Aspose.3D will try to use the original color.void
setApplyAnimationTransform(boolean value)
Sets wheather to use the transformation defined in the first frame of animation track.void
setFlipCoordinateSystem(boolean value)
Sets flip coordinate system of control points/normal during importing/exporting.void
setGammaCorrectedColor(boolean value)
A 3ds file may contains original color and gamma corrected color for same attribute, Setting this to true will use the gamma corrected color if possible, otherwise the Aspose.3D will try to use the original color.-
Methods inherited from class com.aspose.threed.IOConfig
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
-
-
-
-
Constructor Detail
-
Discreet3DSLoadOptions
public Discreet3DSLoadOptions()
Constructor ofDiscreet3DSLoadOptions
-
-
Method Detail
-
getGammaCorrectedColor
public boolean getGammaCorrectedColor()
A 3ds file may contains original color and gamma corrected color for same attribute, Setting this to true will use the gamma corrected color if possible, otherwise the Aspose.3D will try to use the original color.
-
setGammaCorrectedColor
public void setGammaCorrectedColor(boolean value)
A 3ds file may contains original color and gamma corrected color for same attribute, Setting this to true will use the gamma corrected color if possible, otherwise the Aspose.3D will try to use the original color.- Parameters:
value
- New value
-
getFlipCoordinateSystem
public boolean getFlipCoordinateSystem()
Gets flip coordinate system of control points/normal during importing/exporting.
-
setFlipCoordinateSystem
public void setFlipCoordinateSystem(boolean value)
Sets flip coordinate system of control points/normal during importing/exporting.- Parameters:
value
- New value
-
getApplyAnimationTransform
public boolean getApplyAnimationTransform()
Gets wheather to use the transformation defined in the first frame of animation track.
-
setApplyAnimationTransform
public void setApplyAnimationTransform(boolean value)
Sets wheather to use the transformation defined in the first frame of animation track.- Parameters:
value
- New value
-
-