Rope Colliding with a Rectangle
- by Colton
I have my rope, and I have my rectangles.
The rope is similar to the implementation found here: http://nehe.gamedev.net/tutorial/rope_physics/17006/
Now, I want to make the rope properly collide with the rectangle such that the rope will not pass through a rectangle, and wrap around the rectangle and all that good stuff.
Currently, I have it set…