normal_bits property

normal_bits property

Quantization bits for normal vectors, default value is 10

Definition:

@property
def normal_bits(self):
    ...
@normal_bits.setter
def normal_bits(self, value):
    ...

See Also