aboutsummaryrefslogtreecommitdiff
path: root/examples/physics_basic_rigidbody.c
AgeCommit message (Collapse)Author
2016-02-13Reviewed physics moduleraysan5
A deeper revision required, not clear enough for the user Key: Create a PhysicObjects pool
2016-01-20Some formatting tweaksraysan5
2016-01-03Fixed physics basic example example namevictorfisac
2015-12-21Added physics engine-module and examplevictorfisac
- Added new physics engine-module with four new data types: Physics, Transform, Rigidbody and Collider. This library contains functions to apply physics calculations to a position vector calculating collisions automatically. - Fixed some writing mistakes of lighting module.