Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Collision is gameplay, that's what a guy said.

Collision is gameplay, that's what a guy said.

owl
owl
owl's Blog · · 1 min read
2,035 0
And it's true. I'm now playing with different configurations for the character to run, jump and respond to collisions.

Ideally, the collision would be against the current character's skeleton pose. In reality I'm still unable to figure out how to make that work.

So, for what is worth, this is how it is looking so far:

[media]
[/media]

I made a bigger scenario to test different angles to collide with. There is a little issue when colliding with slopes from the bottom as the ellipsoid will try to slide and that simply makes no sense. I need to detect when the ellipsoid is sliding against the ceiling and make it react as expected.

Cuack!

Discussion

Loading comments...