Browse Source

Fixed webgl_buffergeometry_rawshader example. See #8618.

Mr.doob 9 năm trước cách đây
mục cha
commit
5ddffee56c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webgl_buffergeometry_rawshader.html

+ 1 - 1
examples/webgl_buffergeometry_rawshader.html

@@ -135,7 +135,7 @@
 
 				}
 
-				geometry.addAttribute( 'color', new THREE.BufferAttribute( colors, 4 ) );
+				geometry.addAttribute( 'color', new THREE.BufferAttribute( colors, 4, true ) );
 
 				// material