raylib/src
victorfisac 1793f2c3b8 Added collision check between ray and box
- Added CheckCollisionRayBox() function.
- Updated and improved core 3d picking example (currently working as
expected).
2016-01-07 16:18:24 +01:00
..
audio.c Added new matrix location points and extra functions 2015-12-21 16:42:13 +01:00
audio.h Audio module reviewed for standalone usage 2015-07-31 12:31:39 +02:00
camera.c Added some comments 2015-09-02 02:41:55 +02:00
camera.h Redesigned UpdateCamera() function 2015-08-30 17:46:19 +02:00
core.c Implemented ray trace from mouse position 2016-01-07 15:34:49 +01:00
easings.h Added module: easings (header only) 2016-01-02 10:43:17 +01:00
gestures.c Reviewed Android inputs and gestures system 2016-01-03 13:01:21 +01:00
gestures.h Reviewed Android inputs and gestures system 2016-01-03 13:01:21 +01:00
lighting.c Fixed lighting engine module newlines at end of file 2016-01-03 17:52:18 +01:00
lighting.h Fixed lighting engine module newlines at end of file 2016-01-03 17:52:18 +01:00
makefile Review CFLAGS for multiple platforms 2015-10-06 17:15:50 +02:00
models.c Added collision check between ray and box 2016-01-07 16:18:24 +01:00
physac.c Added some comments and fixed spaces 2016-01-05 13:58:20 +01:00
physac.h Added some comments and fixed spaces 2016-01-05 13:58:20 +01:00
raygui.c Corrected bugs and reviewed some functions 2015-10-20 19:59:08 +02:00
raygui.h New raylib module: raygui 2015-08-27 18:17:05 +02:00
raylib.h Added collision check between ray and box 2016-01-07 16:18:24 +01:00
raymath.c Simplified MatrixMultiply() function 2016-01-06 17:22:24 +01:00
raymath.h Updated some comments 2015-09-01 23:15:26 +02:00
resources Updated to raylib v1.3 2015-07-13 18:15:31 +02:00
rlgl.c Simplified MatrixMultiply() function 2016-01-06 17:22:24 +01:00
rlgl.h Fixed bug: rlglGenerateMipmaps() 2016-01-04 15:09:44 +01:00
shapes.c Reviewed function: CheckCollisionCircleRec() 2015-12-30 13:34:00 +01:00
stb_image_resize.h Add file required for image scaling 2015-10-21 18:24:12 +02:00
stb_image_write.h Updated stb headers 2015-05-11 18:22:16 +02:00
stb_image.h Updated to latest version 2.06 2015-07-13 18:14:47 +02:00
stb_rect_pack.h Updated to latest version 2015-04-22 18:37:09 +02:00
stb_truetype.h Updated to latest version 2016-01-02 10:44:03 +01:00
stb_vorbis.c Improved custom shaders support 2015-05-21 14:13:51 +02:00
stb_vorbis.h Improved custom shaders support 2015-05-21 14:13:51 +02:00
text.c Improved fonts support 2016-01-02 10:45:51 +01:00
textures.c Fixed bug: rlglGenerateMipmaps() 2016-01-04 15:09:44 +01:00
tinfl.c Updated raylib to version 1.0.4 2014-01-23 12:36:18 +01:00
utils.c Small code tweaks 2016-01-02 10:41:37 +01:00
utils.h Reviewed some comments and WritePNG() 2015-10-06 17:13:40 +02:00