summaryrefslogtreecommitdiff
path: root/src/models.c
AgeCommit message (Collapse)Author
2024-02-25Added various missing functions.jussi
2024-02-18Pointer variable declaration style change.jussi
2024-01-03Rest of font loading/unloading functions. GlyphInfo type to userdata. ↵jussi
GlyphInfo management functions.
2023-12-19DrawTextureNPatchRepeat.jussi
2023-12-08More Model animations management functions.jussi
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, ↵jussi
DrawModelWires and DrawModelWiresEx and LoadMaterials.
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 ↵jussi
check function.
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 ↵jussi
Shader.
2023-10-15Renamed start, end arguments to a, b to avoid using Lua keyword end in ↵jussi
argument names.
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 ↵jussi
texture source anymore.
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. ↵jussi
Main changes to camera3D.
2023-04-06All global variables and functions are not in global RL table. doc_parser ↵jussi
creates also ReiLua_API.lua.
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 ↵jussi
conventions. Removed GenMeshBinormals and GetRayCollisionModel. Sound and music pan.
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