2
0
Эх сурвалжийг харах

Improved webvr_daydream example.

Mr.doob 8 жил өмнө
parent
commit
bb4faae318

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