summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
AgeCommit message (Expand)Author
2021-01-28Gltf animation support (#1551)hristo
2021-01-22ADDED: UploadMesh() #1529Ray
2021-01-03Removed a repeating allocation of memory (#1507)hristo
2021-01-02Update year to 2021raysan5
2020-12-31 Avoid dereferencing a null pointer in the 'LoadMaterials' function in the mo...Victor Gallet
2020-12-24Replace TABS by 4 spacesraysan5
2020-12-23Remove trailing spacesraysan5
2020-12-19REVIEW: CheckCollisionSpheres() params namingRay
2020-12-19Avoid *Rec suffix in some variablesRay
2020-12-14REVIEWED: DrawGrid(), issue with buffer limits check #1417Ray
2020-12-14Added some security checks on GenMesh*() #1454Ray
2020-12-14Add mesh collision function so we can check meshes directly instead of having...Jeffery Myers
2020-12-03Review commentRay
2020-12-01ADDED: UnloadModelKeepMeshes() #1441Ray
2020-12-01Review for issue #1446Ray
2020-11-30Fix typecast warnings in raylib code as reported by visual studio 2019 (#1443)Jeffery Myers
2020-11-22Exposing some file access results to user layer #1420Ray
2020-11-21Reverted to previous working version #1434Ray
2020-11-17Update to latest tiniobjloaderRay
2020-11-15Updated tinyobjloaderraysan5
2020-11-03Remove trailing spacesRay
2020-10-08allow for multiple materials in obj files (#1408)chriscamacho
2020-09-18WARNING: REDESIGN of rlgl framebuffers API #721raysan5
2020-09-13Minor tweakRay
2020-09-13Corrected issue on logRay
2020-08-30Remove unused variableraysan5
2020-07-20[wip] MeshNormalsSmooth() (#1317)seanpringle
2020-07-17Reviewed comment in LoadIQM() #1315raysan5
2020-07-15clamp ray hit y position to ground plane height (#1311)seanpringle
2020-06-23Add missing includeRay
2020-06-05Fixed buffer overflow in GenMeshPoly (#1269)frithrah
2020-05-23REDESIGNED: ExportMesh() to use memory buffer #1232raysan5
2020-05-23REDESIGNED: LoadIQM(), LoadModelAnimations() to use mem buffersraysan5
2020-05-18Avoid loading texcoords and normasl from model if not existentraysan5
2020-05-11GenMeshCubicmap() added comments and simplificationraysan5
2020-05-11Fixed Generated Normals for GenMeshCubicmap (#1244)GoldenThumbs
2020-05-08Fix materials loading for IQM models (#1227)sikor666
2020-05-07ADDED: DrawTriangle3D() and DrawTriangleStrip3D()raysan5
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-30Review LoadGLTF() to read from memory bufferraysan5
2020-04-10WARNING: API BREAK: Removed LoadImagePro()raysan5
2020-03-30[cppcheck] Fix minor warnings in models.c and raudio.c (#1162)Dani Martin
2020-03-27[models] Review TRACELOG() messages, categorizedraysan5
2020-03-24Support mtl loading by tinyobj_parse_obj() #1134raysan5
2020-03-24GenMeshHeightmap flat shading normals (#1140)Ádám Dóda
2020-03-17Replace external libraries custom allocators by raylib ones #1074raysan5
2020-02-28Replaced fabs() by fabsf() when requiredRay
2020-02-26Remove trail spacesRay
2020-02-22Expand GLTF Model support (#1108)Tyler Jessilynn Bezera