You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All models loaded with scene::GltfLoader are assumed to be single-sided (back face culling is enabled). glTF supports double-sided materials. From 3.9.5:
When this value is true, back-face culling is disabled and double sided lighting is enabled. The back-face MUST have its normals reversed before the lighting equation is evaluated.
All models loaded with
scene::GltfLoader
are assumed to be single-sided (back face culling is enabled). glTF supports double-sided materials. From 3.9.5:This would allow BigWheels to correctly render:
The text was updated successfully, but these errors were encountered: