소스 검색

Update webgl_buffergeometry_custom_attributes_particles.html

Michael Herzog 5 년 전
부모
커밋
1f3790d969
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_buffergeometry_custom_attributes_particles.html

+ 1 - 1
examples/webgl_buffergeometry_custom_attributes_particles.html

@@ -83,7 +83,7 @@
 					blending: THREE.AdditiveBlending,
 					depthTest: false,
 					transparent: true,
-					vertexColors: true
+					vertexColors: THREE.VertexColors
 
 				} );