Explorar o código

Improved webvr_daydream example.

Mr.doob %!s(int64=8) %!d(string=hai) anos
pai
achega
bb4faae318
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webvr_daydream.html

+ 1 - 1
examples/webvr_daydream.html

@@ -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 );