raylib/src
MikiZX1 8e5d5f89c2
Update rmodels.c - 'fix' for GenMeshSphere artifact (#4460)
When creating a new sphere mesh with high number of slices/rings the top and bottom parts of the generated sphere are removed. This happens because the triangles in those parts, due to high resolution, end up being very small and are removed as part of the 'par_shapes' library's optimization. Adding par_shapes_set_epsilon_degenerate_sphere(0.0); before generating the sphere mesh sets the threshold for removal of small triangles is removed and the sphere is returned to raylib correctly.
2024-11-01 22:35:35 +01:00
..
external Fix MSVC errors for PLATFORM_DESKTOP_RGFW (#4441) 2024-10-26 22:59:10 +02:00
platforms Fix SetWindowSize() for PLATFORM_WEB (#4452) 2024-10-30 22:21:37 +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 Update config.h 2024-10-23 00:21:06 +02:00
Makefile REVIEWED: WebGL2 (OpenGL ES 3.0) backend flags (PLATFORM_WEB) #4330 2024-10-26 00:51:37 +02: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 WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raylib.dll.rc.data WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raylib.h REVIEWED: UpdateModelAnimationBoneMatrices() comments 2024-10-24 12:46:02 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raylib.rc.data WARNING: UPDATE: Starting works on raylib 5.5 release 2024-07-01 18:31:16 +02:00
raymath.h [Raymath] Add matrix operators to raymath for C++ (#4409) 2024-10-21 18:38:42 +02:00
rcamera.h Removed tabs and triple line-breaks 2024-10-08 18:45:52 +02:00
rcore.c Fix MSVC errors for PLATFORM_DESKTOP_RGFW (#4441) 2024-10-26 22:59:10 +02: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 Update rmodels.c - 'fix' for GenMeshSphere artifact (#4460) 2024-11-01 22:35:35 +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 [rtextures] LoadTextureCubemap(): Copy image before generating mipmaps, to avoid dangling re-allocated pointers (#4439) 2024-10-26 22:52:24 +02: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