[Dev Update #3] - Polyline Collider #9
SoloByte
announced in
Dev Updates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have finished the polyline collider collision system. Implementing the one-way collision system was a little bit trickier than expected but now shapes can pass through segments/polylines in one direction but not the other.
If a shape can pass through depends on the surface normal of the segment and the velocity of the shape. Are those 2 vectors aligned (face in the same direction) then the shape can pass through, otherwise the shape collides.
Video
Beta Was this translation helpful? Give feedback.
All reactions