Browse Source

remove unnecessary set side

sunag 6 years ago
parent
commit
2f367c48e5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webgl_materials_nodes.html

+ 0 - 2
examples/webgl_materials_nodes.html

@@ -1581,8 +1581,6 @@
 						mtl.environment = new THREE.ColorNode( 0xFFFFFF );
 						mtl.alpha = clouds;
 
-						defaultSide = THREE.FrontSide;
-
 						// GUI
 
 						addGui( 'color', mtl.environment.value.getHex(), function ( val ) {