GltfSaveOptions.FallbackNormal

GltfSaveOptions.FallbackNormal 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)

public Vector3? FallbackNormal { get; set; }

See Also