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

Improved webgl_loader_draco example.

Mr.doob 7 жил өмнө
parent
commit
cd8068269c

+ 1 - 1
examples/webgl_loader_draco.html

@@ -84,7 +84,7 @@
 
 				geometry.computeVertexNormals();
 
-				var material = new THREE.MeshStandardMaterial( { vertexColors: THREE.VertexColors } );
+				var material = new THREE.MeshStandardMaterial( { color: 0x606060 } );
 				var mesh = new THREE.Mesh( geometry, material );
 				mesh.castShadow = true;
 				mesh.receiveShadow = true;