256 Commits (1c39d47b5b517d06b997bd68f05cc20cb480f6f2)

Author SHA1 Message Date
  Le Juez Victor 584bc14929
[rlgl] Add Software Rendering Support (#4832) 3 weeks ago
  Ray 4767841b71 Code format review 3 weeks ago
  iann f36c8ddc56
[rlgl] Allow tint colors in GL_LINE (wires) and GL_POINT (points) draw modes on OpenGL 1.1 clean (#5207) 3 weeks ago
  Ray 87f758f9b4 Review latest PRs formatting 4 weeks ago
  Arman Ommid 15d234b79d
GLTF anim correctly inherits world transform (#5206) 4 weeks ago
  Ray ed8f1a22d1 Remove trailing spaces 1 month ago
  Ray 1b9aa0bcf3 Update rmodels.c 1 month ago
  Ray 48eac60171 REVIEWED: Potential issue with animated normals on OpenGL 1.1 1 month ago
  Ray 8f32c502a7 REVIEWED: Code sections definition 1 month ago
  Ray 1777da9056 REVIEWED: Avoid realloc() calls, small security improvement 1 month ago
  JohnnyCena123 0e73e0ea64
reviewed ALL non-external files to follow raylib's convention of no spaces around / or * (#5153) 1 month ago
  Ray 99cb82a82c REVIEWED: [rmodels] `LoadGLFT()`, avoid loading attributes already loaded, issue a warning. FIX: #4996 2 months ago
  Ray 570082deba `WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.' 2 months ago
  Jeff Myers ffe76a4b67 Don't Upload Meshes in LoadObj, LoadModel will upload them. None of the other interchange format readers upload 2 months ago
  Eike Decker 121c996c6e fixing OBJ loading crash when there are no normals present 2 months ago
  Ray 8343aed4f6 Avoid fatal errors on OBJ model loading 3 months ago
  sir-irk bee524e5e6 fixing offset for processing tangents for gltf loading 3 months ago
  Ray 59bcf680aa Code gardening... 4 months ago
  Ray 5ddd13b775 REVIEWED: Hexadecimal formatting to be consistent 5 months ago
  Colby Newman 21e711b13f
Fix typo in mesh animNormals 5 months ago
  Bigfoot71 d135eef462 fix and improve `GenMeshTangents` 5 months ago
  Ray 693c9c292a Formatting tweaks 5 months ago
  Karl Zylinski a15548fb5a Add normals to DrawSphereEx 5 months ago
  Jeffery Myers ee2ab11cc5 Use the animated verts and normals in GL 1.1 if they exist 5 months ago
  Jeffery Myers 95c96b345c Use the animated verts and normals in GL 1.1 if they exist 5 months ago
  Jeffery Myers e53a43b7b5 Assign meshes without bone weights to the bone they are attached to so they animate. 5 months ago
  d.isakov 42a40b3920 move first mesh bones calculation under check for its presense 6 months ago
  d.isakov b4f1ff9a00 #4888 fix UpdateModelAnimationBones scale transform 6 months ago
  Ray 4c8c72778d Remove trailing spaces 7 months ago
  Ray 654131799e Minor tweaks 7 months ago
  Le Juez Victor c647d33703
Better default values for normals and tangents (VBOs) (#4763) 8 months ago
  Ray cceabf6961 Formatting review 8 months ago
  Ray cfe96931f5 REVIEWED: Formatting #4739 8 months ago
  Nikolas bddb5df0d4
[rmodels] Separate GLTF roughness and metallic channels on load (#4739) 8 months ago
  Ray 94f261c6d7 Update rmodels.c 9 months ago
  Ray fa0eada61a Update year to 2025 9 months ago
  Peter Zmanovsky d1315e8a04
[rmodels] Fix leaks in LoadIQM() and LoadModelAnimationsIQM() (#4649) 10 months ago
  Le Juez Victor 873bf31be3
[rmodels] Fix normal transform in `UpdateModelAnimationBones` (#4634) 10 months ago
  Ray ae3c0df206 Reviewed formating, removed assert() #4635 10 months ago
  Jett a7686c47b3
resolved a few segfaults with animation system (#4635) 10 months ago
  Ray 6f0d8611fe Formating tweaks 10 months ago
  Ray f76734fc50 REVIEWED: `UpdateModelAnimationBones()`, break on first mesh found and formating 10 months ago
  Kirandeep-Singh-Khehra 35c2408413
[rmodels] Optimized `UpdateModelAnimationBones()` function (#4602) 10 months ago
  Michael d2cd2a0152
[rlgl][rmodels] Add instranceTransform shader location index #4538 (#4579) 10 months ago
  Ray 1f45e7af76 REVIEWED: Coding conventions 10 months ago
  Caleb Heydon 5feccb1bab
[rmodels] Fixed null pointer dereference in LoadGLTF (#4564) 10 months ago
  Caleb Heydon f3f5f38c0f
[rmodels] Fix crash when NULL is passed to LoadImageFromCgltfImage (#4563) 10 months ago
  Ray 962f1c26ff Review formatting to follow raylib conventions 10 months ago
  Caleb Heydon 9047630ae7
[rmodels] Fix null pointer dereference in LoadImageFromCgltfImage (#4557) 10 months ago
  mikeemm 95e766472f
[rmodels] Improve OBJ vertex data precision and lower memory usage by ExportMesh() (#4496) 11 months ago