It exist a game developed with a vectorfield gameDoes an engine using a vector field exist?
What I mean is that instead of calculating intersections, for example one could calculate the vector field generated for example by gravity, and for example by the ground and let the object follow those fields.
What are the advantages and drawbacks of this kind of game engine?