Skip to content

Commit

Permalink
Fix registry link
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Aug 5, 2024
1 parent 8488759 commit 825e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/AlphaBlendModeTest/README.body.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ In the above screenshot, the requested `alphaCutoff` value is not being respecte

![screenshot](screenshot/CutoffDefaultFail.jpg)

In this screenshot, it appears that the rendering engine is not using the value `0.5` for the default value of `alphaCutoff` when the model does not specify a particular value. The glTF specification [names `0.5` as the default](https://github.com/KhronosGroup/glTF/blob/0890b76c62cc762ce82d4010df9bfebb1634839b/specification/2.0/schema/material.schema.json#L68), so this is a test failure.
In this screenshot, it appears that the rendering engine is not using the value `0.5` for the default value of `alphaCutoff` when the model does not specify a particular value. The glTF specification [names `0.5` as the default](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#_material_alphacutoff), so this is a test failure.

0 comments on commit 825e642

Please sign in to comment.