提交 0972db11 编写于 作者: S simonThiele

copy function should return the result to work

上级 28bcdf8f
......@@ -52,6 +52,8 @@ THREE.InterleavedBuffer.prototype = {
this.stride = source.stride;
this.dynamic = source.dynamic;
return this;
},
copyAt: function ( index1, attribute, index2 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册