Discreet3dsLoadOptions
Overview
Discreet3dsLoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: LoadOptions.
Load options for 3DS file.
This class provides 20 methods for working with Discreet3dsLoadOptions objects in Java programs.
Available methods include: Discreet3dsLoadOptions, LoadOptions, getApplyAnimationTransform, getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getFlipCoordinateSystem, getGammaCorrectedColor, getLookupPaths, setApplyAnimationTransform, and 7 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: applyAnimationTransform, encoding, fileFormat, fileName, fileSystem, fileSystemFactory, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
gammaCorrectedColor | boolean | Read | 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. | |||
flipCoordinateSystem | boolean | Read | Gets flip coordinate system of control points/normal during importing/exporting. |
applyAnimationTransform | boolean | Read | Gets whether to use the transformation defined in the first frame of animation track. |
fileFormat | FileFormat | Read | Gets the file format. |
fileSystemFactory | FileSystemFactory | Read | Gets the factory class for FileSystem. |
encoding | java.nio.charset.Charset | Read | Gets the default encoding for text-based files. |
fileSystem | FileSystem | Read | Allow user to handle how to manage the external dependencies during load/save. |
lookupPaths | java.util.ArrayList<String> | Read | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
fileName | String | Read | The file name of the exporting/importing scene. |
Methods
| Signature | Description |
|---|---|
Discreet3dsLoadOptions() | Constructor of Discreet3dsLoadOptions. |
getGammaCorrectedColor() → boolean | 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(value: boolean) | 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. | |
getFlipCoordinateSystem() → boolean | Gets flip coordinate system of control points/normal during importing/exporting. |
setFlipCoordinateSystem(value: boolean) | Sets flip coordinate system of control points/normal during importing/exporting. |
getApplyAnimationTransform() → boolean | Gets whether to use the transformation defined in the first frame of animation track. |
setApplyAnimationTransform(value: boolean) | Sets whether to use the transformation defined in the first frame of animation track. |
LoadOptions() | Initializes a new instance of the LoadOptions class. |
LoadOptions(format: FileFormat) | Initializes a new instance of the LoadOptions class with a file format. |
getFileFormat() → FileFormat | 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. |
getFileSystemFactory() → FileSystemFactory | Gets the factory class for FileSystem. |
setFileSystemFactory(value: FileSystemFactory) | Sets the factory class for FileSystem. |
getEncoding() → java.nio.charset.Charset | Gets the default encoding for text-based files. |
setEncoding(value: java.nio.charset.Charset) | Sets the default encoding for text-based files. |
getFileSystem() → FileSystem | Allow user to handle how to manage the external dependencies during load/save. |
setFileSystem(value: FileSystem) | Allow user to handle how to manage the external dependencies during load/save. |
getLookupPaths() → java.util.ArrayList<String> | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
setLookupPaths(value: java.util.ArrayList<String>) | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
getFileName() → String | The file name of the exporting/importing scene. |
setFileName(value: String) | The file name of the exporting/importing scene. |