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