Skip to content

Commit

Permalink
fix: tone mapping dropdown used the wrong value (5: Custom instead of…
Browse files Browse the repository at this point in the history
… 7: Neutral) (#4824)
  • Loading branch information
hybridherbst authored Jul 1, 2024
1 parent 70c119a commit c23aea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modelviewer.dev/examples/tone-mapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ <h3 id="commerce">Khronos PBR Neutral tone mapper</h3>
>
<p>
<select id="tonemapper">
<option value="5">PBR Neutral</option>
<option value="7">PBR Neutral</option>
<option value="1">Linear/Clamped</option>
<option value="4">ACES</option>
<option value="6">AgX</option>
Expand Down

0 comments on commit c23aea9

Please sign in to comment.