Richard Baker Posted January 29 Posted January 29 (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 January 29 by Richard Baker proofreading
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now