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, IOConfig.
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 | Gets or sets the position bits. |
TextureCoordinateBits | int | Read/Write | Gets or sets the texture coordinate bits. |
ColorBits | int | Read/Write | Gets or sets the color bits. |
NormalBits | int | Read/Write | Gets or sets the normal bits. |
CompressionLevel | DracoCompressionLevel | Read/Write | Gets or sets the compression level. |
ApplyUnitScale | bool | Read/Write | Gets or sets the apply unit scale. |
PointCloud | bool | Read/Write | Gets or sets the point cloud. |
ExportTextures | bool | Read/Write | Gets or sets the export textures. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the file system factory. |
FileFormat | FileFormat | Read | Gets the file format. |
Encoding | Encoding | Read/Write | Gets or sets the encoding. |
FileSystem | FileSystem | Read/Write | Gets or sets the file system. |
LookupPaths | List<string> | Read/Write | Gets or sets the lookup paths. |
FileName | string | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
DracoSaveOptions() | |
IOConfig() |