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

Update webgl_buffergeometry_glbufferattribute.html

Clean up
WestLangley 4 жил өмнө
parent
commit
89c8ee869f

+ 1 - 1
examples/webgl_buffergeometry_glbufferattribute.html

@@ -115,7 +115,7 @@
 
 
 				//
 				//
 
 
-				const material = new THREE.PointsMaterial( { size: 15, vertexColors: THREE.VertexColors } );
+				const material = new THREE.PointsMaterial( { size: 15, vertexColors: true } );
 
 
 				points = new THREE.Points( geometry, material );
 				points = new THREE.Points( geometry, material );