| Age | Commit message (Collapse) | Author |
|
sin(), cos() functions cached and replaced by float c99 versions sinf(),
cos()
|
|
|
|
|
|
Added support for single header implementation and also inline functions
support
|
|
look over for errors
|
|
Simplified for the user (more intuitive and clear)
Removed lighting module dependency
|
|
|
|
Complete review of matrix rotation math
Check compressed textures support
WIP: LoadImageFromData()
|
|
Support multiple texture formats (uncompressed and compressed)
Postprocessing shaders support
Model struct redefined and improved
Extended loading functions for Textures and Models
Simplified functions: DrawPlane(), DrawQuad()
Deleted functions: DrawPlaneEx(), DrawGizmoEx()
Now Text module only depends on Textures module
Shapes: Reviewed functions to low lines/triangles usage
Removed useless tabs and spaces around code
|
|
Corrected GetMouseWheelMove()
Corrected camera system
Reviewed cubicmap resolution (collision detection)
Added QuaternionTransform()
WIP: Raycast system (not working)
WIP: Reviewing axis-angle rotations...
|
|
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
|
|
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
|
|
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
|
|
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
|
|
This is a huge update. Check CHANGELOG for details
|
|
No-parameters functions use the prototype style FunctionName(void);
|
|
|
|
View CHANGELOG for a detailed list of changes
|
|
|
|
Some useful functions to work with Vector3, Matrix and Quaternions
|