提交 e15f8d8a 编写于 作者: B Ben Adams

InterleavedBufferAttribute fix for groups

上级 50d547b0
......@@ -872,10 +872,6 @@ THREE.WebGLRenderer = function ( parameters ) {
renderer.renderInstances( geometry );
} else if ( position instanceof THREE.InterleavedBufferAttribute ) {
renderer.render( 0, position.data.count );
} else {
renderer.render( group.start, group.count );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册