You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider, we have a thin rectangular shaped plane and a sphere. The sphere's pose is above the plane such that it intersects the plane. We remove the part of the sphere that lies above the plane.
Now, how do we deform the plane to show the bulge or "curved effect" caused by the sphere? I have managed to do the following(please see the figure and code). Since I am using convex hull, the plane is not bent like a smooth curved fashion. How can I achieve the curved effect?
Unfortunately, I cannot use python3 version of trimesh.
@mikedh It would be such a huge help, if you have any ideas on how to handle this. Thank you.
Consider, we have a thin rectangular shaped plane and a sphere. The sphere's pose is above the plane such that it intersects the plane. We remove the part of the sphere that lies above the plane.
Now, how do we deform the plane to show the bulge or "curved effect" caused by the sphere? I have managed to do the following(please see the figure and code). Since I am using convex hull, the plane is not bent like a smooth curved fashion. How can I achieve the curved effect?
Unfortunately, I cannot use python3 version of trimesh.
@mikedh It would be such a huge help, if you have any ideas on how to handle this. Thank you.
The text was updated successfully, but these errors were encountered: