sunag 7 vuotta sitten
vanhempi
commit
e938b20bdf
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;