Browse Source

Removed code that purposely breaks webgl_materials_nodes.html, as it has been fixed either way now

Daniel Sturk 6 years ago
parent
commit
4e963368ce
1 changed files with 0 additions and 3 deletions
  1. 0 3
      examples/webgl_materials_nodes.html

+ 0 - 3
examples/webgl_materials_nodes.html

@@ -981,9 +981,6 @@
 
 							mtl.needsUpdate = true;
 
-							var killer = new THREE.PhongNodeMaterial();
-							killer.needsUpdate = false; // this is used mtl.onBeforeCompile
-
 						} );
 
 						break;