提交 d8d0bdd5 编写于 作者: W WestLangley

Use new .applyMatrix4() method

上级 d06be124
......@@ -129,7 +129,8 @@ BufferGeometry.prototype = Object.assign( Object.create( EventDispatcher.prototy
if ( position !== undefined ) {
matrix.applyToBufferAttribute( position );
position.applyMatrix4( matrix );
position.needsUpdate = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册