提交 af10b73a 编写于 作者: M Mr.doob

Merge pull request #5868 from kirilledelman/dev

THREE.PointCloud offsets fix
......@@ -2690,7 +2690,7 @@ THREE.WebGLRenderer = function ( parameters ) {
var startIndex = offsets[ i ].index;
_gl.drawArrays( mode, 0, offsets[ i ].count );
_gl.drawArrays( mode, startIndex, offsets[ i ].count );
_this.info.render.calls ++;
_this.info.render.points += offsets[ i ].count;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册