Browse Source

double side

sunag 7 years ago
parent
commit
e938b20bdf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/webgl_materials_nodes.html

+ 1 - 0
examples/webgl_materials_nodes.html

@@ -447,6 +447,7 @@
 
 							// apply material
 
+							mtl.side = THREE.DoubleSide;
 							mtl.needsUpdate = true;
 
 							mesh.material = mtl;