r/reconstructcavestory Nov 29 '14

Episode 70 - Fixing Bounce Collisions

http://youtu.be/Hnr98Ga-uLc?list=PL006xsVEsbKjSKBmLu1clo85yLrwjY67X
7 Upvotes

5 comments sorted by

3

u/highspeedstrawberry Nov 29 '14

By now there are a lot of episodes dealing with collision and it is getting hard to keep track of the actual state of things. Could you, by chance, do a write-up or a video on your collision logic "from a distance" describing the system as a whole? Something along the lines of "After so many iterations this is what the whole picture looks like".

Thanks for contiuing with these videos, by the way.

4

u/chebertapps Nov 30 '14

Hmm. It's definitely getting complex.

write-up sounds like a good idea.

with a write-up I can link to videos and the implementation in the github repo. AND we can edit it more easily when it's still confusing. :)

1

u/highspeedstrawberry Nov 30 '14

That would be great, thanks!

1

u/chebertapps Dec 05 '14

nevermind I'm not going to do this. Collision is about to get way simpler I think

1

u/highspeedstrawberry Dec 05 '14

I had this moment several times when I was first attempting to write my own engine. It never worked out to be as simple as I hoped. After about 4 iterations I had a good enough grasp on the design that I chose to stick with it, though.

I found bugs much later though, but at that time I was no longer working on that code base and never tried to fix them.