summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
AgeCommit message (Expand)Author
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
2019-09-13fixed some memory leaks, still issue with material index allocation leaking 4...chriscamacho
2019-09-12Comment tweakRay
2019-08-27UpdateModelAnimation() - Added security checkraysan5
2019-08-27Review models loading, memory initializationraysan5
2019-08-27Review all RL_CALLOC() callsraysan5
2019-08-19Reviewed issue #943Ray
2019-08-19Fix uninitialized vboId in GenMeshHeightmap (#949)Oraoto
2019-08-08Reviewed commentraysan5
2019-08-08fixed xmloader bug, user must free model shaders and textures as they might b...chriscamacho
2019-08-07WARNING: Redesigned structsRay
2019-08-06Fix memory leak in LoadGLTF() (#929)Michael Vetter
2019-08-06Fix loading multiple animations from .iqm file (#928)culacant
2019-08-03Replace tabs with spaces and update year of copyright notices (#927)Leandro Gabriel
2019-07-28Replace tabs by spacesraysan5
2019-07-22Check buffer limit on DrawBillboardRec()Ray
2019-07-12Use function GetSizeBase64()raysan5
2019-06-12Tweak: Change check orderRay
2019-06-12Corrected IQM function declarationRay
2019-05-22Fix #848Wilhem Barbier
2019-05-20Review glTF implementation formattingRay
2019-05-18Load glTFWilhem Barbier
2019-05-15Corrected issue with multi-mesh obj modelsRay
2019-05-09Make code a bit clearer for beginnersRay
2019-05-09Add comment in CheckCollisionSpheres()Ray
2019-05-08Update models.cProfJski
2019-05-08Update CheckCollisionSpheres() to avoid sqrtProfJski
2019-04-23Support custom memory management macrosRay
2019-04-14Check buffer overflowRay