public class Discreet3dsLoadOptions extends LoadOptions
Constructor and Description |
---|
Discreet3dsLoadOptions()
Constructor of
Discreet3dsLoadOptions |
Modifier and Type | Method and Description |
---|---|
boolean |
getApplyAnimationTransform()
Gets whether 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 whether 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.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
public Discreet3dsLoadOptions()
Discreet3dsLoadOptions
public boolean getGammaCorrectedColor()
public void setGammaCorrectedColor(boolean value)
value
- New valuepublic boolean getFlipCoordinateSystem()
public void setFlipCoordinateSystem(boolean value)
value
- New valuepublic boolean getApplyAnimationTransform()
public void setApplyAnimationTransform(boolean value)
value
- New value