During the 3D Formats WG call today (2024-11-13), we discussed validation warnings that appear on many showcase models, reported by the validator as MESH_PRIMITIVE_GENERATED_TANGENT_SPACE and appearing in the Sample Viewer as a loud yellow number to the side of the model. @lexaknyazev and I talked through why this warning exists in the validator, but we agreed that it does not need to appear on the UI of viewers such as this one where tangent space generation is a known feature of the rendering engine.
So the discussion ended today with a decision to suppress the warning from the UI using the glTF Validator's ignoredIssues feature.
During the 3D Formats WG call today (2024-11-13), we discussed validation warnings that appear on many showcase models, reported by the validator as
MESH_PRIMITIVE_GENERATED_TANGENT_SPACE
and appearing in the Sample Viewer as a loud yellow number to the side of the model. @lexaknyazev and I talked through why this warning exists in the validator, but we agreed that it does not need to appear on the UI of viewers such as this one where tangent space generation is a known feature of the rendering engine.So the discussion ended today with a decision to suppress the warning from the UI using the glTF Validator's
ignoredIssues
feature.PR incoming.