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
You can test this with the same model used for testing in #10.
Note that the discussion surrounding this flag resulted in a decision that the rear-facing polygons should have flipped normal vectors (typically using gl_FrontFace to test). The schema description field mentions the normal vectors specifically.
The text was updated successfully, but these errors were encountered:
It appears the viewer is rendering all glTF materials with back-face culling enabled. A flag was added in the past few months to address this:
materials[n].doubleSided
(schema)You can test this with the same model used for testing in #10.
Note that the discussion surrounding this flag resulted in a decision that the rear-facing polygons should have flipped normal vectors (typically using
gl_FrontFace
to test). The schema description field mentions the normal vectors specifically.The text was updated successfully, but these errors were encountered: