raylib/src/external
Ray a643dc4ca0 WARNING: Redesigned model struct for multi-meshes
This is quite a big change, Model struct has been redesigned to support multiple meshes and multiple materials, most 3d fileformats contain multiple meshes and reference multiple materials.

Consequently, multiple functions have been reviewed.

LoadOBJ(), LoadIQM(), LoadGLFT() now return a Model.

Current LoadOBJ() is not valid anymore, actually, tinyobj_loader_c library is considered for replacement.
2019-03-29 16:48:23 +01:00
..
android/native_app_glue Updated android_native_app_glue 2017-10-02 13:06:34 +02:00
ANGLE Reviewed UWP branch integration 2018-01-19 12:02:15 +01:00
glfw glfw: Update GLFW to current master 2019-01-08 09:03:22 +01:00
.gitignore external: glfw: Ignore {docs/examples/tests}/ directories 2019-01-08 09:03:22 +01:00
cgltf.h Update cgltf library 2019-02-18 18:46:17 +01:00
dirent.h Corrected issues with VS2017 compilation 2018-10-09 00:20:39 +02:00
dr_flac.h Update external audio libraries. 2018-07-05 22:57:45 +10:00
dr_mp3.h Reviewed audio issues 2018-10-31 17:04:24 +01:00
dr_wav.h Update external audio libraries. 2018-07-05 22:57:45 +10:00
glad.h added debug-event-markers for opengl so that you're able to set markers for renderdoc or other gpu debuggers what your program is currently doing 2017-12-14 11:44:48 +01:00
jar_mod.h Corrected issue with OpenAL being 'keg only' on OSX 2017-02-11 23:34:41 +01:00
jar_xm.h fabsf() not working with TCC 2018-05-28 00:48:45 +02:00
miniaudio.h Updated audio library: mini_al -> miniaudio 2019-03-12 11:54:45 +01:00
par_shapes.h Testing shapes generation using additional library 2017-09-02 17:42:22 +02:00
rgif.h Remove dead assignment 2018-04-02 13:30:19 +02:00
stb_image_resize.h Updated stb libs to latest version 2017-08-04 12:58:39 +02:00
stb_image_write.h Updated external libraries 2019-02-12 00:25:21 +01:00
stb_image.h Updated external libraries 2019-02-12 00:25:21 +01:00
stb_perlin.h Updated external libraries 2019-02-12 00:25:21 +01:00
stb_rect_pack.h Updated external libraries 2019-02-12 00:25:21 +01:00
stb_truetype.h Updated external libraries 2019-02-12 00:25:21 +01:00
stb_vorbis.h Use stb_vorbis.h as header only 2018-12-21 00:17:44 +01:00
tinyobj_loader_c.h WARNING: Redesigned model struct for multi-meshes 2019-03-29 16:48:23 +01:00