I understand what stationary OBB intersection test is get min/max scalar in 15 axises, when all overlap, then minimum interval overlapping is the axis that used to push away 2 OBBs to "just touch". I have complete this.
So in sweep test, how to choose the right axis projecting and how every projection transform? I only need a ratio of current velocity when start intersect from disjoint.
I have read Ron Levine's post:
http://www.realtimecollisiondetection.net/files/levine_swept_sat.txt
And oliii's:
I get the code but cannot get it works as expect when port to my project, even I don't clearly know what params refer to.
For further optimization, I wish somebody can teach me how velocity part works conceptually instead of just code.
My case is DOBB-OBB only(dynamic to stationary).