summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
AgeCommit message (Expand)Author
2019-01-11Some security checks addedRay
2018-12-19Corrected issue on plane drawingRay
2018-12-18Support externally provided compilation flagsRay
2018-12-15ADDED: GenMeshPoly()Ray
2018-12-03Comments removedRay
2018-09-17Improved data export capabilities!Ray
2018-09-14Removed TABSRay
2018-09-14Update mini_al to v0.8.8Ray
2018-09-06Update models.cF.H
2018-09-05Started working on IQM/glTF loadersRay
2018-08-04Fix compiler warnings, first partKim Kulling
2018-05-28fabsf() not working with TCCRay
2018-05-17Header tweak and commentsRay
2018-04-30Added tangent computation alternative methodraysan5
2018-04-30Implemented MeshTangents()raysan5
2018-04-19Implemented default meshRay
2018-04-08Merge pull request #522 from a3f/masterRay
2018-04-07Refactor all #define SUPPORT_* into a config.hAhmad Fatoum
2018-04-07Removed useless GetCollisionRayMesh and libraylib.alumaio teon
2018-04-06Added GetCollisionRayModellumaio teon
2018-04-04Added funtion: ExportMesh()Ray
2018-04-02Merge pull request #504 from Martinfx/masterRay
2018-04-02Review math usage to reduce temp variablesraysan5
2018-04-02Fix sscanf() without field limits can crash with huge input data[email protected]
2018-03-16Complete review of raymath for API consistencyRay
2018-03-11Correct issue with triangleCountraysan5
2018-02-26Renamed CalculateBoundingBox() to MeshBoundingBox()Ray
2018-02-26Removed tangents generationRay
2018-02-24Support 4 components mesh.tangent dataRay
2018-02-22Reviewed unloading model dataRay
2017-12-28Minor tweaksraysan5
2017-12-20Updated copyright yearRay San
2017-10-19Updated raylib VS2015 projectRay San
2017-09-18Added mesh generation functionsraysan5
2017-09-02Testing shapes generation using additional libraryRay
2017-08-04Review transforms to match OpenGL 1.1raysan5
2017-07-25Some tweaksraysan5
2017-07-22Updated Vector math to new namingraysan5
2017-07-22Corrected bug on MatrixPerspective()raysan5
2017-07-21Some tweaks raymath relatedraysan5
2017-07-21Complete review of raymathraysan5
2017-07-21Review mesh loading and textures generationraysan5
2017-07-20Removed useless functionsraysan5
2017-07-20Corrected some issuesraysan5
2017-07-19Working on PBR systemraysan5
2017-07-19Working on PBR materials, renamed some dataraysan5
2017-07-17Corrected some issuesraysan5
2017-07-17Manual integration of material-pbr into developRay
2017-07-02Rename enum LogType names...raysan5
2017-06-30Prevent bogus triangle being added when there is whitespace at end of .OBJ fileJoel Davis