summaryrefslogtreecommitdiffhomepage
path: root/src/rmodels.c
AgeCommit message (Expand)Author
2024-07-09[Shapes] Remove duplicate color calls in DrawGrid (#4148)Jeffery Myers
2024-07-08Minor tweaksRay
2024-07-07Update rmodels.cRay
2024-07-07[rmodels] Consistent `DrawBillboardPro` with `DrawTexturePro` (#4132)bohonghuang
2024-06-30REVIEWED: `DrawSphereEx()`, added educational infoRay
2024-06-30[rmodels] `DrawSphereEx()` optimization (#4106)smalltimewizard
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-30[rmodels] Return true if no need to interpolate to avoid log flooding (#4118)VitoTringolo
2024-06-28rmodels.c, `LoadImageFromCgltfImage()` : fix base64 padding support (#4112)SuperUserNameMan
2024-06-28Fix GLTF animations (#4107)VitoTringolo
2024-06-24[rmodels] Fix -Wstringop-truncation warning (#4096)Peter0x44
2024-06-23LoadIQM() set model.meshMaterial[] (#4092)SuperUserNameMan
2024-06-22[rmodels] Initial work to correctly handle the node hierarchy in a glTF file ...Paul Melis
2024-06-16[rmodels] Read uninitialized values in GenMeshTangents() - fix bounding case ...kai-z99
2024-06-11[SHAPES] Make functions that draw point arrays take them as const (#4051)Jeffery Myers
2024-06-11LoadBoneInfoGLTF add check for animation name being NULL (#4053)VitoTringolo
2024-06-09REVIEWED: Animation name being NULL #4037Ray
2024-06-04Fix #4024, cylinder drawing was incorrect due to imprecise angle (#4034)Paul Melis
2024-06-03LoadIQM: attempt to load texture from IQM at loadtime. (#4029)Jett
2024-06-02[rmodels] Send full matModel to shader in DrawMesh (#4005) (#4022)David Holland
2024-06-02LoadModelAnimationsIQM: fix corrupted animation names (#4026)Jett
2024-05-29[rmodels] Multiplication of colors in `DrawModelEx` which can be simplified (...Le Juez Victor
2024-05-21fixed out of bounds error in GenMeshTangents (#3990)Salvador Galindo
2024-05-01Reviewed some warningsRay
2024-04-24FIX: Issue with texcoords loading for glTFRay
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