Open CASCADE Technology  7.7.2
Public Member Functions | Data Fields
RWGltf_DracoParameters Struct Reference

Draco compression parameters. More...

#include <RWGltf_DracoParameters.hxx>

Public Member Functions

 RWGltf_DracoParameters ()
 

Data Fields

bool DracoCompression
 flag to use Draco compression (FALSE by default). If it is TRUE, compression is used More...
 
int CompressionLevel
 Draco compression level [0-10] (7 by default) More...
 
int QuantizePositionBits
 quantization bits for position attribute (14 by default) More...
 
int QuantizeNormalBits
 quantization bits for normal attribute (10 by default) More...
 
int QuantizeTexcoordBits
 quantization bits for texture coordinate attribute (12 by default) More...
 
int QuantizeColorBits
 quantization bits for color attributes (8 by default) More...
 
int QuantizeGenericBits
 quantization bits for skinning and custom attributes (12 by default) More...
 
bool UnifiedQuantization
 quantize positions of all primitives using the same quantization grid (FALSE by default) More...
 

Detailed Description

Draco compression parameters.

Constructor & Destructor Documentation

RWGltf_DracoParameters::RWGltf_DracoParameters ( )
inline

Field Documentation

int RWGltf_DracoParameters::CompressionLevel

Draco compression level [0-10] (7 by default)

bool RWGltf_DracoParameters::DracoCompression

flag to use Draco compression (FALSE by default). If it is TRUE, compression is used

int RWGltf_DracoParameters::QuantizeColorBits

quantization bits for color attributes (8 by default)

int RWGltf_DracoParameters::QuantizeGenericBits

quantization bits for skinning and custom attributes (12 by default)

int RWGltf_DracoParameters::QuantizeNormalBits

quantization bits for normal attribute (10 by default)

int RWGltf_DracoParameters::QuantizePositionBits

quantization bits for position attribute (14 by default)

int RWGltf_DracoParameters::QuantizeTexcoordBits

quantization bits for texture coordinate attribute (12 by default)

bool RWGltf_DracoParameters::UnifiedQuantization

quantize positions of all primitives using the same quantization grid (FALSE by default)


The documentation for this struct was generated from the following file: