normalize_normal property

normalize_normal property

Gets or sets whether to normalize the normal vector during the loading. Default value is true.

Definition:

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

See Also