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

Merge pull request #19890 from WestLangley/dev_fat_lines

LineSegmentsGeometry: set needsUpdate directly
...@@ -37,7 +37,7 @@ THREE.LineSegmentsGeometry.prototype = Object.assign( Object.create( THREE.Insta ...@@ -37,7 +37,7 @@ THREE.LineSegmentsGeometry.prototype = Object.assign( Object.create( THREE.Insta
end.applyMatrix4( matrix ); end.applyMatrix4( matrix );
start.data.needsUpdate = true; start.needsUpdate = true;
} }
......
...@@ -47,7 +47,7 @@ LineSegmentsGeometry.prototype = Object.assign( Object.create( InstancedBufferGe ...@@ -47,7 +47,7 @@ LineSegmentsGeometry.prototype = Object.assign( Object.create( InstancedBufferGe
end.applyMatrix4( matrix ); end.applyMatrix4( matrix );
start.data.needsUpdate = true; start.needsUpdate = true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册