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

Implemented @m-schuetz's bugfix for indexed BufferGeometry in Raycaster. See #4768.

上级 5044a74b
......@@ -143,7 +143,7 @@
if ( offsets.length === 0 ) {
offsets = [ { start: 0, count: positions.length, index: 0 } ];
offsets = [ { start: 0, count: indices.length, index: 0 } ];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册