fallback_normal property
fallback_normal property
When GLTF2 exporter detected an invalid normal, this will be used instead of its original value to bypass the validation. Default value is (0, 1, 0)
Definition:
@property
def fallback_normal(self):
...
@fallback_normal.setter
def fallback_normal(self, value):
...
See Also
- module
aspose.threed.formats
- class
GltfSaveOptions