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, 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

NameTypeAccessDescription
PositionBitsintRead/WriteQuantization bits for position, default value is 14
TextureCoordinateBitsintRead/WriteQuantization bits for texture coordinate, default value is 12
ColorBitsintRead/WriteQuantization bits for vertex color, default value is 10
NormalBitsintRead/WriteQuantization bits for normal vectors, default value is 10
CompressionLevelDracoCompressionLevelRead/WriteCompression level, default value is
ApplyUnitScaleboolRead/WriteApply to the mesh.
PointCloudboolRead/WriteExport the scene as point cloud, default value is false.
ExportTexturesboolRead/WriteTry to copy textures used in scene to output directory.
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the factory class for FileSystem.
FileFormatFileFormatReadGets the file format that specified in current Save/Load option.
EncodingEncodingRead/WriteGets or sets the default encoding for text-based files.
FileSystemFileSystemRead/WriteAllow user to handle how to manage the external dependencies during load/save.
LookupPathsList<string>Read/WriteSome files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
FileNamestringRead/WriteThe file name of the exporting/importing scene.

Methods

SignatureDescription
DracoSaveOptions()Construct a default configuration for saving draco files.
SaveOptions()Initializes a new instance of the SaveOptions class.

See Also

 English