Jump to content

Recommended Posts

Posted (edited)

 I want to do the following;

  • BSP offset as described by Melax in his paper for environment collisions.
  • GJKEPA, or SAT for object on object collisions. 
  • Use collision response formula for bouncing objects. 
  • Use PGSLCP solver for sliding rolling objects. 

PGSLCP solver allows small inter-penetrations, which are corrected using Baumgarte stabilization.  This means I don't have to subdivide time intervals every time a collision occurs.  This works well with GJKEPA and separating axis, but BSP offset returns the exact time and location of the first collision.  BSP offset requires subdivision of the time interval, because if the object falls through the floor an infinitesimal amount the contact will not register on the next frame. My question; is BSP offset incompatible with PGSLCP solver? 

 

Edited by Richard Baker
proofreading
  • Richard Baker changed the title to Combining BSP/GJKEPA/PGSLCP algorithms into a Game Loop

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.