Browse Source

Geometry browser - removed double sided from wires

Greg Tatum 10 years ago
parent
commit
7ecf550412
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/scenes/geometry-browser.html

+ 0 - 1
docs/scenes/geometry-browser.html

@@ -88,7 +88,6 @@
 				
 				new THREE.LineBasicMaterial({
 					color: 0xffffff,
-					side: THREE.DoubleSide,
 					transparent: true,
 					opacity: 0.5
 				})