raylib/src
Eike Decker 7c5d74e98e
Fixing an OBJ loader bug that fragmented the loaded meshes (#4494)
The nextShapeEnd integer is a pointer in the OBJ data structures.
The faceVertIndex is a vertex index counter for the mesh we are
about to create. Both integers are not compatible, which causes
the code to finish the meshes too early, thus writing the OBJ data
incompletely into the target meshes.

It wasn't noticed because for the last mesh, it process all remaining
data, causing the last mesh to contain all remaining triangles.

This would have been noticed if the OBJ meshes used different textures
for each mesh.
2024-11-15 16:40:14 +01:00
..
external [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
platforms Commented code issuing warnings on w64devkit (GCC) 2024-11-14 16:39:38 +01:00
CMakeLists.txt A better default that saves the whopping amount of 28KB on the final bundle (#4177) 2024-07-22 22:23:03 +02:00
config.h [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
Makefile Update emsdk path on Windows to match new raylib installer package 2024-11-14 18:41:37 +01:00
minshell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
raudio.c WARNING: BREAKING: Renamed several functions for data validation #3930 2024-10-16 19:26:12 +02:00
raylib.dll.rc Updated raylib resource data 2024-11-14 16:39:58 +01:00
raylib.dll.rc.data Updated raylib resource data 2024-11-14 16:39:58 +01:00
raylib.h [rcore] Clipboard Image Support (#4459) 2024-11-09 19:40:41 +01:00
raylib.ico Update raylib.ico 2024-11-14 16:40:04 +01:00
raylib.rc Updated raylib resource data 2024-11-14 16:39:58 +01:00
raylib.rc.data Updated raylib resource data 2024-11-14 16:39:58 +01:00
raymath.h Fix for issue 4454, MatrixDecompose() gave incorrect output for certain combinations of scale and rotation (#4461) 2024-11-03 20:36:32 +01:00
rcamera.h Removed tabs and triple line-breaks 2024-10-08 18:45:52 +02:00
rcore.c [rcore]: Issue an warning instead of an error when checking SUPPORT_CLIPBOARD_IMAGE necessary support detection (#4477) 2024-11-11 19:47:25 +01:00
rgestures.h REVIEWED: GetGestureHoldDuration() comments 2024-10-21 20:47:08 +02:00
rglfw.c Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
rlgl.h Fix signed/unsigned mismatch in rlgl (#4443) 2024-10-26 22:59:50 +02:00
rmodels.c Fixing an OBJ loader bug that fragmented the loaded meshes (#4494) 2024-11-15 16:40:14 +01:00
rshapes.c REVIEWED: DrawRectangleLines(), considering view matrix for lines "alignment" 2024-10-24 13:11:39 +02:00
rtext.c Update rtext.c 2024-10-29 09:37:38 +01:00
rtextures.c fix float casting warnings (#4471) 2024-11-07 21:42:59 +01:00
shell.html [web] Fix undesired scrollbars on shell files (#4104) 2024-06-25 22:15:29 +02:00
utils.c Removed tabs and triple line-breaks 2024-10-08 18:45:52 +02:00
utils.h Update copyright to 2024 2024-01-02 20:58:12 +01:00