Closed ilanusse closed 5 years ago
i add the same problem do you find the response ??
This is still a problem in 2019. I solved it by removing the object from the scene, moving it, and re-adding it back to the scene. The __dirtyPosition does not need to be set if you do this.
Hello!
Physijs is not updating my mesh's position and rotation even though I am setting the __dirty flags to true.
My code is as follows:
And yet I get the following error:
_object.setWorldTransform is not a function
The function throwing the error is
updateTransform
inphysijs_worker.js
.I'm using
threejs r71
.