1 thought on “Missing Object3D.updateWorldMatrix() in the document”
@gkjohnson To be honest, I have been trying to get updateMatrixWorld() replaced since at least 2015 — likely longer than that.
updateMatrixWorld() does not do what its name implies. It also updates children — needlessly in many cases — and isn’t even guaranteed to do that correctly.
I believe updateWorldMatrix() should be the method that replaces it.
If you are interested, you can help by supporting #16292 as a start.
@gkjohnson To be honest, I have been trying to get
updateMatrixWorld()
replaced since at least 2015 — likely longer than that.updateMatrixWorld()
does not do what its name implies. It also updates children — needlessly in many cases — and isn’t even guaranteed to do that correctly.I believe
updateWorldMatrix()
should be the method that replaces it.If you are interested, you can help by supporting #16292 as a start.