DracoSaveOptions
Overview
DracoSaveOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: SaveOptions.
Save options for Google draco files
This class provides 2 methods for working with DracoSaveOptions objects in .NET programs.
Available methods include: DracoSaveOptions, SaveOptions.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: ApplyUnitScale, ColorBits, CompressionLevel, Encoding, ExportTextures, FileFormat, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PositionBits | int | Read/Write | Quantization bits for position, default value is 14 |
TextureCoordinateBits | int | Read/Write | Quantization bits for texture coordinate, default value is 12 |
ColorBits | int | Read/Write | Quantization bits for vertex color, default value is 10 |
NormalBits | int | Read/Write | Quantization bits for normal vectors, default value is 10 |
CompressionLevel | DracoCompressionLevel | Read/Write | Compression level, default value is |
ApplyUnitScale | bool | Read/Write | Apply to the mesh. |
PointCloud | bool | Read/Write | Export the scene as point cloud, default value is false. |
ExportTextures | bool | Read/Write | Try to copy textures used in scene to output directory. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the factory class for FileSystem. |
FileFormat | FileFormat | Read | Gets the file format that specified in current Save/Load option. |
Encoding | Encoding | Read/Write | Gets or sets the default encoding for text-based files. |
FileSystem | FileSystem | Read/Write | Allow user to handle how to manage the external dependencies during load/save. |
LookupPaths | List<string> | Read/Write | 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/Write | The file name of the exporting/importing scene. |
Methods
| Signature | Description |
|---|---|
DracoSaveOptions() | Construct a default configuration for saving draco files. |
SaveOptions() | Initializes a new instance of the SaveOptions class. |