Click or drag to resize

DracoCompressionOptionsTextureCoordintateQuantizationBits Property

Sets the quantization compression options for texture coordinate values. The values will be quantized in a box defined by the maximum extent of the values. I.e., the actual precision of this option depends on the scale of the attribute values.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public int TextureCoordintateQuantizationBits { get; set; }

Property Value

Type: Int32
See Also