DracoSaveOptions

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

NameTypeAccessDescription
PositionBitsintRead/WriteGets or sets the position bits.
TextureCoordinateBitsintRead/WriteGets or sets the texture coordinate bits.
ColorBitsintRead/WriteGets or sets the color bits.
NormalBitsintRead/WriteGets or sets the normal bits.
CompressionLevelDracoCompressionLevelRead/WriteGets or sets the compression level.
ApplyUnitScaleboolRead/WriteGets or sets the apply unit scale.
PointCloudboolRead/WriteGets or sets the point cloud.
ExportTexturesboolRead/WriteGets or sets the export textures.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the file system factory.
FileFormatFileFormatReadGets the file format.
EncodingEncodingRead/WriteGets or sets the encoding.
FileSystemFileSystemRead/WriteGets or sets the file system.
LookupPathsList<string>Read/WriteGets or sets the lookup paths.
FileNamestringRead/WriteGets or sets the file name.

Methods

SignatureDescription
DracoSaveOptions()
IOConfig()

See Also