raysan5
173529e048
Oculus SDK 1.3 + GLFW3 sample -NOT WORKING-
pirms 9 gadiem
raysan5
4476a9e241
Review rlglUnproject() system
pirms 9 gadiem
Ray
df5c64d0be
Functions parameters reorganize: Axis and Angle
sin(), cos() functions cached and replaced by float c99 versions sinf(),
cos()
pirms 9 gadiem
raysan5
3113a20390
Added bounding box calculation
pirms 9 gadiem
raysan5
882e2abee1
Corrected bug
pirms 9 gadiem
raysan5
efa1c96d19
Adapted raymath as single header library
Added support for single header implementation and also inline functions
support
pirms 9 gadiem
Joshua Reisenauer
ae87a35f6e
standalone raymath
look over for errors
pirms 9 gadiem
raysan5
5e7686695f
Review Light/Material system
Simplified for the user (more intuitive and clear)
Removed lighting module dependency
pirms 9 gadiem
raysan5
94a1fdc2ae
Updated some comments
pirms 9 gadiem
raysan5
a7714c842f
raymath module review and other changes
Complete review of matrix rotation math
Check compressed textures support
WIP: LoadImageFromData()
pirms 10 gadiem
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
pirms 10 gadiem
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...
pirms 10 gadiem
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
pirms 10 gadiem
raysan5
d3cf316e40
Added features and corrected bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
pirms 10 gadiem
Palaui
a2c8ddca13
Revert "Corrected some bugs..."
This reverts commit 29d8b48503
.
pirms 10 gadiem
Palaui
29d8b48503
Corrected some bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
pirms 10 gadiem
raysan5
fc6081fe70
raylib 1.2
This is a huge update. Check CHANGELOG for details
pirms 10 gadiem
raysan5
c56ef738ed
Explicit define of functions prototypes
No-parameters functions use the prototype style FunctionName(void);
pirms 10 gadiem
raysan5
d2b98fbb5c
Removed useless spaces
pirms 10 gadiem
raysan5
f06a15ac8b
raylib 1.1
View CHANGELOG for a detailed list of changes
pirms 11 gadiem
raysan5
96f520ff6d
Road to raylib 1.1 - Testing rlgl
pirms 11 gadiem
raysan5
174cd86d08
3D useful maths
Some useful functions to work with Vector3, Matrix and Quaternions
pirms 11 gadiem