Skip to content

Commit

Permalink
Examples: Clean up. (mrdoob#29157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Aug 17, 2024
1 parent 7d48ada commit e4a6fd8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/jsm/objects/SkyMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ class SkyMesh extends Mesh {

} )();

material.normals = false;
material.side = BackSide;
material.depthWrite = false;

Expand Down
1 change: 0 additions & 1 deletion examples/jsm/objects/Water2Mesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class WaterMesh extends Mesh {

this.isWater = true;

material.normals = false;
material.fragmentNode = new WaterNode( options, this );

}
Expand Down
1 change: 0 additions & 1 deletion examples/jsm/objects/WaterMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class WaterMesh extends Mesh {

} )();

material.normals = false;
material.fragmentNode = fragmentNode;

}
Expand Down

0 comments on commit e4a6fd8

Please sign in to comment.