Skip to content

Commit

Permalink
Example: webgpu_backdrop_water - add extra blue (mrdoob#27455)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag authored and AdaRoseCannon committed Jan 15, 2024
1 parent ddb36b1 commit 1630add
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/screenshots/webgpu_backdrop_water.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/webgpu_backdrop_water.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
iceDiffuse.wrapT = THREE.RepeatWrapping;
iceDiffuse.colorSpace = THREE.NoColorSpace;

const iceColorNode = triplanarTexture( texture( iceDiffuse ) );
const iceColorNode = triplanarTexture( texture( iceDiffuse ) ).add( color( 0x0066ff ) );

const geometry = new THREE.IcosahedronGeometry( 1, 3 );
const material = new MeshStandardNodeMaterial( { colorNode: iceColorNode } );
Expand Down

0 comments on commit 1630add

Please sign in to comment.