DracoCompressionOptions.NormalQuantizationBits Property

DracoCompressionOptionsNormalQuantizationBits Property

Sets the quantization compression options for normal 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 NormalQuantizationBits { get; set; }
Public Property NormalQuantizationBits As Integer
	Get
	Set

Property Value

Type: Int32
See Also