summaryrefslogtreecommitdiff
path: root/src/models.c
AgeCommit message (Expand)Author
2023-12-07More Model management functions, BoneInfo and Transform.jussi
2023-11-15Quaternion library.jussi
2023-11-15GC_UNLOAD build time define and replaced with flag to change it at runtime.jussi
2023-11-09GenMeshCubicmap, Organized model functions, GetModelBoundingBox, DrawModelWir...jussi
2023-11-03Compress/decompress and Encode/Decode DataBase64.jussi
2023-10-31Merged uluaGet*Index functions to uluaGet* functions.jussi
2023-10-30Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and che...jussi
2023-10-30Userdata objects can be referenced with lightuserdata.jussi
2023-10-29New object types for all types.jussi
2023-10-27New object types for Image, Texture, RenderTexture, Camera2D, Camera3D and Sh...jussi
2023-10-15Renamed start, end arguments to a, b to avoid using Lua keyword end in argume...jussi
2023-08-04logLevelInvalid for bad function calls and invalid data formats.jussi
2023-06-01Camera2D and Camera3D can be given as tables.jussi
2023-06-01New rlgl functions and texture can be given as table.jussi
2023-05-19Material getter and get/set for parameters.jussi
2023-05-10DrawBillboardPro and rlglGetVersion.jussi
2023-05-01Texture now can be either Texture or RenderTexture. No need to change texture...jussi
2023-04-25DrawCapsule and DrawCapsuleWires. Free Camera3D example.jussi
2023-04-10New argument style for gui and easings.jussi
2023-04-10New argument style for models.jussi
2023-04-06Switched to Raylib vertion 4.5. Removed some functions and added others. Main...jussi
2023-04-06All global variables and functions are not in global RL table. doc_parser cre...jussi
2023-02-06RL_LoadFontEx.jussi
2022-12-09Draw Mesh Instanced Example.jussi
2022-09-22v0.3.jussi
2022-08-19Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 conve...jussi
2022-07-26Create material using correct texture source.jussi
2022-06-19RLGL line width functions.jussi
2022-06-13UnloadModelAnimations and IsModelAnimationValid.jussi
2022-06-12Rest of shapes draw functions.jussi
2022-05-25Rest of mesh management functions.jussi
2022-05-22Pong example, type named fields and vector lib changes.jussi
2022-05-21Some doc fixes.jussi
2022-05-16New GenMeshCustom, UpdateMesh and lightmap example.jussi
2022-04-05Lights.jussi
2022-04-03Model set/get transform and bug fixes.jussi
2022-02-22Documentation, heightmap example and custom begin and end draw.jussi
2022-02-18Added initial files.jussi