Skip to content

Commit

Permalink
Fix shadermaterials demo (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rndexe authored Aug 8, 2024
1 parent 51fdbc6 commit 37d99b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/shadermaterials/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ImageFadeMaterial = shaderMaterial(
vec4 finalTexture = mix(_texture, _texture2, dispFactor);
gl_FragColor = finalTexture;
#include <tonemapping_fragment>
#include <encodings_fragment>
#include <colorspace_fragment>
}`
)

Expand Down

0 comments on commit 37d99b3

Please sign in to comment.