Tweaked LOD text example so it's more obvious.

This commit is contained in:
Mr.doob
2011-08-16 00:51:41 +02:00
parent 3e3c203402
commit 5833764cca
+1 -1
View File
@@ -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 {