aboutsummaryrefslogtreecommitdiff
path: root/src/physics.h
AgeCommit message (Collapse)Author
2015-12-30Update and rename physics.h to physac.hRay
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.