summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
AgeCommit message (Expand)Author
2021-08-12[Models] Fix for issue #1809 (#1917)630Studios
2021-08-08REVIEWED: Avoid conflict with boolraysan5
2021-08-08REVIEWED: Some warnings...raysan5
2021-08-08ADDED: GenMeshCone() #1903raysan5
2021-07-31REVIEWED: rlgl defines for consistencyraysan5
2021-07-30REVERTED: Removed the need for `rlMatrix`raysan5
2021-07-29WARNING: BREAKING CHANGE: rlgl complete decoupling from raylib -WIP-raysan5
2021-07-28ADDED: GetModelBoundingBox()raysan5
2021-07-28REVERTED: Mesh indices issue #1891raysan5
2021-07-27REVIEWED: rlDrawVertexArrayElements() #1891raysan5
2021-07-23Review formating to follow raylib style conventionsRay
2021-07-17[Models] Better Fix for GenMeshTangents issue #1876 (#1878)630Studios
2021-07-16GenMeshTangents Fix (#1877)630Studios
2021-07-16REVIEWED: Wrong normal matrix calculation #1870raysan5
2021-07-13Updated models.c (#1871)GoldenThumbs
2021-07-07Added a noteRay
2021-06-30Remove trailing spacesraysan5
2021-06-26Minor tweaksraysan5
2021-06-26REVIEWED: Latest PR to follow raylib code conventionsRay
2021-06-26Major revamp gltf (#1849)Hristo Stamenov
2021-06-17Fixed: Binding vertex position twice (#1835)Sirvoid
2021-06-17Renamed SUPPORT_MOUSE_CURSOR_NATIVE -> SUPPORT_MOUSE_CURSOR_POINTRay
2021-06-17RENAMED: MeshTangents() -> GenMeshTangents()Ray
2021-06-13Remove trail spacesRay
2021-06-10Review code formattingRay
2021-06-10Review some commentsRay
2021-06-08Remove tabsRay
2021-06-05Minor format tweaksraysan5
2021-06-03Review code formattingRay
2021-06-03Better collisions (#1803)Crydsch
2021-05-31WARNING: BREAKING: RENAMED: RayHitInfo to RayCollision #1781Ray
2021-05-30Some code tweaksRay
2021-05-29Review code formatRay
2021-05-26Implement vertex color attribute for GLTF and IQM (#1790)Hristo Stamenov
2021-05-22Some code tweaks for consistencyRay
2021-05-20Use output->boneCount instead of nodes_countRay
2021-05-20WARNING: RENAMED: MeshBoundingBox() -> GetMeshBoundingBox()Ray
2021-05-15Fixed over-allocation of buffer (#1772)Guillaume DEVOILLE
2021-05-14Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-05-14Review some VS warnings and messagesRay
2021-05-13Fixed GLTF boneWeights uint32 loading (#1768)Guillaume DEVOILLE
2021-05-11Reviewed latest PRRay
2021-05-11Redesigned billboards - added rotation/pro functions (#1759)nobytesgiven
2021-04-26REMOVED: GenMeshDefault()Ray
2021-04-20Update models.cRay
2021-04-20ADDED: UpdateMeshBuffer()Ray
2021-04-19use bone weights for animation (#1728)nathants
2021-04-18Remove trailing spacesRay
2021-04-13Reviewed DrawLine3D() limits #1721Ray
2021-04-13REVIEWED: DrawLine3D() #1721Ray