summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
AgeCommit message (Expand)Author
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
2020-02-10Minor tweaksraysan5
2020-02-09REVIEWED: GenMeshCylinder(), solved issue #1088raysan5
2020-02-04Added func used in commentsRay
2020-02-04Review libc dependencies and remove when possibleRay
2020-02-03Remove all trail spacesRay
2020-02-03Replace TraceLog() function by TRACELOG macroRay
2020-01-29ADDED: DrawPoint3D()Ray
2020-01-28Some tweaksRay
2020-01-26Minor tweaksRay
2020-01-24Minor tweaks to avoid warningsRay
2020-01-23WARNING: Renamed Vector3Multiply() to Vector3Scale()Ray
2020-01-17 Fix compilation when the SUPPORT_MESH_GENERATION feature is not supported (p...Victor Gallet
2020-01-05Update year to 2020raysan5
2019-12-29Normals was not correctly updated when using animated meshes (#1052)las3rlars
2019-12-11Small code tweak to avoid warningRay
2019-12-01Minor comments tweakRay
2019-11-22DrawPoint3D(): PR reviewRay
2019-11-22Add DrawPoint3D() function to models.c (#1019)Eric J
2019-10-29fix various problems, thanks CppCheck :) (#1005)João Coelho
2019-10-23mem leak in gltf loader (#995)chriscamacho
2019-10-22Corrected issue #992Ray
2019-10-21Review latest PRRay
2019-10-21Add multi texture support for materials in GLTF format (#979)Tyler Jessilynn Bezera
2019-10-03Check whether parsing mtl file was succesful (#982)Michael Vetter
2019-10-03Check whether GLTF was loaded correctly (#981)Michael Vetter
2019-09-22Review PR and commentsRay
2019-09-19Review PR formattingRay
2019-09-19fixs issue mem leak with LoadModel / OBJ and issue with -1 material index (#969)chriscamacho