I am fairly new to three.js and have a requirement where in a mesh needs to wrap around another mesh which has a curve. In my scene I have three meshes plane1, plane2 and base mesh(ellipsoid) respectively. See below.
I want to be able to project plane1 and plane2 mesh on the base mesh somehow so that it gets wrapped on the surface of base mesh. See below. If the base was for eg. a cuboid, then I would just position the plane1 and plane2 on its flat surface but since my base mesh is curved I am having this issue. Is this possible to achieve in threejs where you can project meshes on another mesh?



