@@ -70,7 +70,7 @@
room = new THREE.Mesh(
new THREE.BoxGeometry( 6, 6, 6, 8, 8, 8 ),
- new THREE.MeshBasicMaterial( { color: 0x404040, wireframe: true } )
+ new THREE.MeshBasicMaterial( { color: 0x808080, wireframe: true } )
);
scene.add( room );