ThreeCSG icon indicating copy to clipboard operation
ThreeCSG copied to clipboard

Adding Update Matrix Support

Open jgphilpott opened this issue 3 years ago • 0 comments

I'm having an issue when trying to change the position and rotation of a mesh. The rotation is applied from point (0, 0, 0) rather than the center of the mesh, see this post on three.js discourse for more detail.

Seems like the problem can be solved by calling .updateMatrix() on a mesh before converting it to CSG and back. However I needed to use a different CSG wrapper from Michael Schlachter for this to work… any chance we could incorporate this feature into your version?

jgphilpott avatar Nov 23 '21 17:11 jgphilpott