Ray
70a7c65668
Return angles as degrees
8 years ago
Ray
18b31f6792
Added two new functions to raymath
8 years ago
raysan5
f5894278b7
Added Vector2 math functions
Reviewed some Vector3 functions
Added auxiliary Clamp() function
8 years ago
Ray
59652c75b4
Review some comments
8 years ago
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
8 years ago
raysan5
658c280669
Lattest PR review
Function names, code formatting...
9 years ago
Joel Davis
d5d391faaf
Added RaycastMesh function and example test case
9 years ago
Ray
377dcb025f
Corrected some warnings
9 years ago
raysan5
c46c0fc652
Corrected keywords usage
9 years ago
raysan5
0bc71d84f8
Added functions to customize internal matrix
Internal modelview and projection matrices can be replaced before
drawing.
9 years ago
raysan5
5bcddca5e1
Remove useless stuff
9 years ago
raysan5
d17a0cee1a
Review text formatting (spacing, tabs...)
9 years ago
raysan5
e060944b34
Added QuaternionInvert()
9 years ago
raysan5
4476a9e241
Review rlglUnproject() system
9 years ago
Ray
df5c64d0be
Functions parameters reorganize: Axis and Angle
sin(), cos() functions cached and replaced by float c99 versions sinf(),
cos()
9 years ago
raysan5
3113a20390
Added bounding box calculation
9 years ago
raysan5
882e2abee1
Corrected bug
10 years ago
raysan5
efa1c96d19
Adapted raymath as single header library
Added support for single header implementation and also inline functions
support
10 years ago
Joshua Reisenauer
ae87a35f6e
standalone raymath
look over for errors
10 years ago
raysan5
5e7686695f
Review Light/Material system
Simplified for the user (more intuitive and clear)
Removed lighting module dependency
10 years ago
raysan5
94a1fdc2ae
Updated some comments
10 years ago
raysan5
a7714c842f
raymath module review and other changes
Complete review of matrix rotation math
Check compressed textures support
WIP: LoadImageFromData()
10 years ago
raysan5
a632a04a30
Big batch of changes! Check description:
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
10 years ago
Marc Palau
3cad094edd
Changes integration (some WIP, view details)
Corrected GetMouseWheelMove()
Corrected camera system
Reviewed cubicmap resolution (collision detection)
Added QuaternionTransform()
WIP: Raycast system (not working)
WIP: Reviewing axis-angle rotations...
10 years ago
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
11 years ago
raysan5
d3cf316e40
Added features and corrected bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
11 years ago
Palaui
a2c8ddca13
Revert "Corrected some bugs..."
This reverts commit 29d8b48503 .
11 years ago
Palaui
29d8b48503
Corrected some bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
11 years ago
raysan5
fc6081fe70
raylib 1.2
This is a huge update. Check CHANGELOG for details
11 years ago
raysan5
c56ef738ed
Explicit define of functions prototypes
No-parameters functions use the prototype style FunctionName(void);
11 years ago
raysan5
d2b98fbb5c
Removed useless spaces
11 years ago
raysan5
f06a15ac8b
raylib 1.1
View CHANGELOG for a detailed list of changes
11 years ago
raysan5
96f520ff6d
Road to raylib 1.1 - Testing rlgl
11 years ago
raysan5
174cd86d08
3D useful maths
Some useful functions to work with Vector3, Matrix and Quaternions
11 years ago