提交 02f52e0e 编写于 作者: 0 06wj

use interleavedBufferAttribute.count insteadof data.count

上级 70c68fba
......@@ -35,7 +35,7 @@ function WebGLBufferRenderer( gl, extensions, info ) {
if ( position.isInterleavedBufferAttribute ) {
count = position.data.count;
count = position.count;
extension.drawArraysInstancedANGLE( mode, 0, count, geometry.maxInstancedCount );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册