Browse Source

double side

sunag 7 năm trước cách đây
mục cha
commit
e938b20bdf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;