未验证 提交 c0603af2 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18143 from WestLangley/dev_buffer_geometry

BufferGeometry: use new .applyMatrix4() method
......@@ -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.
先完成此消息的编辑!
想要评论请 注册