Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in game-physics

Verlet integrator + friction

Snake movement in snake game

Preventing colliders on the same rig from colliding with each other. But allowing them to collide with other rigs.

Unity 3D How to project a Vector3 onto a plane or get angle between two Vector3s in a specific plane?

Java a moving animation (sprite)

How to change position of debug draw visualization of Box2D.js?

Matter.js for collision detection

How to make Character Face Opposite Direction in Unity?

Mouse based aiming Unity3d

(2D) Make a GameObject Shake using script in Unity

How to extract surface triangles from a tetrahedral mesh?

Why is my character's horizontal velocity lost when jumping?

Unity - make a ball stop bouncing / don't snap to the bottom

Why must I add velocity to object.position.y + object.height?