summaryrefslogtreecommitdiffhomepage
path: root/src/rmodels.c
AgeCommit message (Expand)Author
2024-04-23[rlgl] Implement vertex normals for RLGL immediate drawing mode (#3866)bohonghuang
2024-04-21Review formattingRay
2024-04-20REVIEWED: `rlSetVertexAttribute()`, define last parameter as offset #3800Ray
2024-04-20REVIEWED: `LoadGLTF()`, support 2nd texture coordinates loadingRay
2024-04-20REVIEWED: `LoadGLTF()`, support additional vertex attributes data formats #3890Ray
2024-04-20REVIEWED: `LoadGLTF()`, JOINTS loading #3836Ray
2024-04-20REVIEWED: Remove final punctuation in code commentsRay
2024-04-20Code gardeningRay
2024-04-19Review code formatingRay
2024-04-17Replaced SQUAD quat interpolation with cubic hermite to align with gltf 2.0 s...Benji
2024-04-15Added missing interpolation types for GLTF animation channels (#3919)Benji
2024-04-02Remove trailing spacesRay
2024-03-18Remove redundant rlDisableVertexAttribute for SHADER_LOC_VERTEX_COLOR (#3871)Kacper ZybaƂa
2024-03-07Update rmodels.cRay
2024-03-07Implemented fix for #3859Ray
2024-02-29Review formattingRay
2024-02-29feat: vox_loader normals and new voxels shader (#3843)johann nadalutti
2024-02-26Added note #3822Ray
2024-02-26add 16-bit unsigned short vec4 format for gltf joint loading (#3821)Gary M
2024-02-19fixed loading GLTF animations with 1 frame (#3804)Nikita Blizniuk
2024-02-10Fix warnings in raylib (#3793)Jeffery Myers
2024-01-23Fix bug to retrieve material specular map in DrawMesh function, with incorrec...Victor Gallet
2024-01-11Enable animation names for the m3d model format. (#3714)kolunmi
2024-01-02Update copyright to 2024Ray
2023-12-23Review formatingRay
2023-12-19[rmodels] Set cgltf callbacks to use `LoadFileData()` and `UnloadFileData()` ...kolunmi
2023-11-30ADDED: `ExportMeshAsCode()`Ray
2023-11-18Expanding Possibilities: Integrating Additional glTF / GLB Data Formats for E...MrScautHD
2023-11-01REVIEWED: Potential code issues reported by CodeQL #3476Ray
2023-10-31Update rmodels.cRay
2023-10-31REDESIGNED: `LoadOBJ()`, fix #3398Ray
2023-10-31Remove trailing spacesRay
2023-10-31REVIEWED: `LoadModel()`, removed cube fallback mechanism #3459Ray
2023-10-30REVIEWED: `GetModelBoundingBox()` #3485Ray
2023-10-16Fix GenMeshPlane when resX != resZ (#3425)neyrox
2023-10-09Format tweaksRay
2023-10-09Update rmodels.cRay
2023-10-09Ensure m3d faces in non-decreasing materialid sequence (#3385)Dennis E. Hamilton
2023-10-08Format tweaksRay
2023-10-07REVIEWED: #3363Ray
2023-10-07Optimize m3d mesh creation (#3363)DaveH355
2023-09-22Update rmodels.cRay
2023-09-15Update rmodels.cRay
2023-09-02Use internal default allocators, instead of user-exposed onesRay
2023-09-02Some tweaksRay
2023-09-02REVIEWED: Data size type consistency between functions #3168Ray
2023-08-10Fix #3177 #3109Ray
2023-08-10fix typos in rmodels, rshapes, rtext modules (#3236)RadsammyT
2023-08-09REVIEWED: Old pragma formatingRay
2023-07-26Fix `DrawBillboardPro` to allow `source` of negative size (#3197) (#3203)bohonghuang