Converting a mesh with morph with a morph target to a CSG mesh

Hello,
I have a 3d file with morph on one of its children in order to control its length.
After making it longer using the morph, I need to perform a mesh subtraction on it using the CSG library.
When I convert the morphed mesh to a CSG mesh, the morph isn’t being applied and the CSG mesh is rotated 90 degrees.

That sounds really difficult and not something that will be supported automatically.

Related: Get the Geometry or Vertices of MorphedTarget Mesh - #3 by tech_coder

1 Like

three-mesh-bvh provides a StaticGeometryGenerator which can be used to generate a static mesh based on a geometry or set of geometries that use skinning or morph targets.

3 Likes

ooh TIL :slight_smile: thanks!