1

(I'm still learning Blender as I am quite new to it).

I am trying to make a model of Space time curvature, it consists of a wireframe plane (cloth) and multiple Spheres (with collisions). The component of this is to get the Sphere to orbit a larger objects whilst disrupting the plane (creating curvature). Currently, when the sphere disrupts the plane, it leaves it disrupted and the plane does not return to its original shape. Is there a way to get the plane to return to its original shape after getting disrupted?

example of the cloth disruption

1 Answers1

2

what about using geometry nodes? i am not sure, whether this is the effect you are looking for...but with this node setup:

enter image description here

you will get this:

enter image description here

It is a pretty basic setup using the geometry proximity node to just offset to z value of the grid. The map range node determines the shape, height and width of the grid deforming.

Chris
  • 59,454
  • 6
  • 30
  • 84