Media Summary: I added joint like connections to the rigidbodys. Currently there are only simple direction-forces between the joint-connections. Join the Discord: In this tutorial I begin to walk through Erin Catto's Box2D Lite source code. Join the Discord: In this episode I go over how to tell if a line segment is intersecting with a circle.
2d Physics Engine Cirobb 1 1 4 - Detailed Analysis & Overview
I added joint like connections to the rigidbodys. Currently there are only simple direction-forces between the joint-connections. Join the Discord: In this tutorial I begin to walk through Erin Catto's Box2D Lite source code. Join the Discord: In this episode I go over how to tell if a line segment is intersecting with a circle. Simple rigid body, joint Sequential Impulse solver Modify class Material. Globalize friction and restitution tables. Use ID to specify friction and restitution types of a Material instance. I'll probably add more videos to the list as I develop the series. Check the playlist
We start creation of the the class to store the rigid body information. Source code (github): Flat: ...