mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
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:
@ -42,7 +42,7 @@
|
||||
//...
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module Functions Definition
|
||||
// Module Functions Declarations
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Lights functions
|
||||
|
||||
Reference in New Issue
Block a user