summaryrefslogtreecommitdiffhomepage
path: root/src/rmodels.c
AgeCommit message (Expand)Author
2022-07-05REMOVED: `GenMeshBinormals()`, actually, never implementedRay
2022-07-05Added some commentsRay
2022-07-04REVIEWED: `DrawMesh()` #2511Ray
2022-06-29REVIEWED: `DrawBillboard*()`Ray
2022-06-24fix: precision loss, discard unused (#2541)veclavtalica
2022-06-21Reviewed batch buffer overflow #2526Ray
2022-06-07REVIEWED: Compilation warningsRay
2022-05-31REVIEWED: Batch limits check #2489Ray
2022-05-30REVIEWED: `DrawBillboardPro()` #2494Ray
2022-04-26Fix Issue #2441 (#2442)Leonardo Montagner
2022-03-30WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405Ray
2022-03-20REVIEWED: Avoid some float -> double promotionsRay
2022-02-20REVIEWED: Some functions input parametes that should be `const`raysan5
2022-02-20make const (#2348)Antonis Geralis
2022-02-18Removed trailing spacesraysan5
2022-02-17follow style guide (#2346)Antonis Geralis
2022-01-21fix: material color won't be loaded if there's no texture for that material (...Roy Qu
2021-12-31Update year to 2022raysan5
2021-12-24check not null before accessing by index (#2243)Antonis Geralis
2021-12-19REVIEWED: `GenMeshCylinder()` #2225Ray
2021-12-17REVIEWED: `ExportMesh()` #2220raysan5
2021-12-16REVIEWED: `DrawMesh*()` issue #2211Ray
2021-12-04Support custom modules inclusionRay
2021-12-02Added some reference code to load bones id and weight data for animationsraysan5
2021-11-15REVIEWED: ExportMesh() #2138Ray
2021-10-26Reviewed warningsRay
2021-10-25Fix warnings in raylib build (#2084)Jeffery Myers
2021-10-23Comments tweaksraysan5
2021-10-23Added some comments on `LoadGLTF()`raysan5
2021-10-23REVIEWED: Size of bones id supported, max 255 bones per meshraysan5
2021-10-23REVIEWED: `LoadGLTF()` #2075raysan5
2021-10-22REVIEWED: `LoadGLTF()`raysan5
2021-10-22REVIEWED: gltf models loading, reverted to a previous version (with some tweaks)raysan5
2021-10-18WARNING: REMOVED: glTF loadingraysan5
2021-10-17Remove trailing spacesraysan5
2021-10-14Review some commentsraysan5
2021-10-14Update rmodels.cRay
2021-10-14Starting to review glTF loading -WIP-Ray
2021-10-13Reviewed some MSVC warningsraysan5
2021-10-13REVIEWED LoadVOX() -WIP-raysan5
2021-10-13Reviewed formattingraysan5
2021-10-13Fix issue with empty cylinder (#2050)Horrowind
2021-10-12Reviewed models examples pathsraysan5
2021-10-12Add DrawCylinder(Wires)Ex (#2049)Horrowind
2021-10-12REVIEWED: DrawCubeTextureRec() formattingraysan5
2021-10-06Updated external librariesraysan5
2021-10-06Remove trailing spacesRay
2021-10-03Supress most warnings on rmodels.c (#2029)Laurentino Luna
2021-09-27Remove tabsraysan5
2021-09-23[models] Animation System Fix Part 1 (#2009)Tristan Schulz