I’m trying to apply a displacement map to a mesh, then use CSG to subtract another mesh from it, but unfortunately the displacement map isn’t retained in the boolean/CSG operation. Is there a way to “render” or clone the mesh and keep the displacement data before using CSG to subtract another mesh?
Attempted here: https://www.babylonjs-playground.com/#WUYDVT#31