Added physics engine-module and example

- 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.
This commit is contained in:
victorfisac
2015-12-21 21:12:35 +01:00
parent 1bcb5ddd50
commit e683fe88b9
9 changed files with 588 additions and 6 deletions

View File

@ -42,7 +42,7 @@
//...
//----------------------------------------------------------------------------------
// Module Functions Definition
// Module Functions Declarations
//----------------------------------------------------------------------------------
// Lights functions