Browse Source

Tweaked LOD text example so it's more obvious.

Mr.doob 14 years ago
parent
commit
5833764cca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_lod_text.html

+ 1 - 1
examples/webgl_lod_text.html

@@ -96,7 +96,7 @@
 				light.position.normalize();
 				scene.addLight( light );
 
-				var wireMaterial = new THREE.MeshLambertMaterial( { color: 0x000000, wireframe: true } );
+				var wireMaterial = new THREE.MeshLambertMaterial( { color: 0xffffff, opacity: 0.5, wireframe: true } );
 				
 				function getOptionsWithSegments(x,b, bevel) {
 					return {