Michael Campagnaro
18bf0ac044
Fix typo in raymath.h
8 år sedan
Ray
d071418cba
Added Vector3MultiplyV()
To multiply Vector3 by Vector3
8 år sedan
raysan5
b2712b6db7
Corrected issue on QuaternionFromVector3ToVector3()
8 år sedan
raysan5
f57367e786
Implemented some changes
8 år sedan
raysan5
3655c6e466
Renamed Vector*() functions to Vector3*()
For consistency!
8 år sedan
raysan5
00d2768bc9
Corrected bug on MatrixPerspective()
Some other tweaks...
8 år sedan
raysan5
c6cd07c373
Some tweaks raymath related
8 år sedan
raysan5
e52032f646
Complete review of raymath
Now it should be coherent with OpenGL math standards
8 år sedan
raysan5
38d9fcb08e
Moved some functions to raymath
Exposed some raymath useful functions to raylib API
8 år sedan
raysan5
84aff31973
MatrixPerspective() angle required in radians
Consistent with similar functions in raymath
8 år sedan
Wilhem Barbier
056a494baf
Fix some other typos
8 år sedan
Wilhem Barbier
aba3739c13
Fix some typos in raymath.h
8 år sedan
raysan5
402a8bfd68
Added note about transposing
8 år sedan
raysan5
43cb6414f6
Added note about transposing
8 år sedan
Ray
70a7c65668
Return angles as degrees
8 år sedan
Ray
18b31f6792
Added two new functions to raymath
8 år sedan
raysan5
f5894278b7
Added Vector2 math functions
Reviewed some Vector3 functions
Added auxiliary Clamp() function
8 år sedan
Ray
59652c75b4
Review some comments
8 år sedan
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
8 år sedan
raysan5
658c280669
Lattest PR review
Function names, code formatting...
8 år sedan
Joel Davis
d5d391faaf
Added RaycastMesh function and example test case
8 år sedan
Ray
377dcb025f
Corrected some warnings
8 år sedan
raysan5
c46c0fc652
Corrected keywords usage
9 år sedan
raysan5
0bc71d84f8
Added functions to customize internal matrix
Internal modelview and projection matrices can be replaced before
drawing.
9 år sedan
raysan5
5bcddca5e1
Remove useless stuff
9 år sedan
raysan5
d17a0cee1a
Review text formatting (spacing, tabs...)
9 år sedan
raysan5
e060944b34
Added QuaternionInvert()
9 år sedan
raysan5
4476a9e241
Review rlglUnproject() system
9 år sedan
Ray
df5c64d0be
Functions parameters reorganize: Axis and Angle
sin(), cos() functions cached and replaced by float c99 versions sinf(),
cos()
9 år sedan
raysan5
3113a20390
Added bounding box calculation
9 år sedan
raysan5
882e2abee1
Corrected bug
9 år sedan
raysan5
efa1c96d19
Adapted raymath as single header library
Added support for single header implementation and also inline functions
support
9 år sedan
Joshua Reisenauer
ae87a35f6e
standalone raymath
look over for errors
9 år sedan
raysan5
5e7686695f
Review Light/Material system
Simplified for the user (more intuitive and clear)
Removed lighting module dependency
9 år sedan
raysan5
94a1fdc2ae
Updated some comments
10 år sedan
raysan5
a7714c842f
raymath module review and other changes
Complete review of matrix rotation math
Check compressed textures support
WIP: LoadImageFromData()
10 år sedan
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 år sedan
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 år sedan
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
10 år sedan
raysan5
d3cf316e40
Added features and corrected bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
11 år sedan
Palaui
a2c8ddca13
Revert "Corrected some bugs..."
This reverts commit 29d8b48503
.
11 år sedan
Palaui
29d8b48503
Corrected some bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
11 år sedan
raysan5
fc6081fe70
raylib 1.2
This is a huge update. Check CHANGELOG for details
11 år sedan
raysan5
c56ef738ed
Explicit define of functions prototypes
No-parameters functions use the prototype style FunctionName(void);
11 år sedan
raysan5
d2b98fbb5c
Removed useless spaces
11 år sedan
raysan5
f06a15ac8b
raylib 1.1
View CHANGELOG for a detailed list of changes
11 år sedan
raysan5
96f520ff6d
Road to raylib 1.1 - Testing rlgl
11 år sedan
raysan5
174cd86d08
3D useful maths
Some useful functions to work with Vector3, Matrix and Quaternions
11 år sedan