summaryrefslogtreecommitdiff
path: root/src/models.c
AgeCommit message (Expand)Author
2025-02-06Blend modes example.jussi
2024-12-10EXPOSE_API_SYMBOLS, SetShaderValueWithBuffer and SetShaderValueVWithBuffer.jussi
2024-11-21RL.config and InitWindow.jussi
2024-11-21New raylib 5.5 functions.jussi
2024-11-20Initial switch to raylib 5.5.jussi
2024-10-25glDepthRange and glPolygonOffset.jussi
2024-09-25UnloadMaterial can also optionally free textures and shader.jussi
2024-08-06GetRayBoxCells exit normal fix.jussi
2024-08-05GetRayBoxCells fix.jussi
2024-07-20GetRayBoxCells also returns exit point.jussi
2024-07-19GetRayBoxCells.jussi
2024-07-17DrawGridEx.jussi
2024-05-29Unload functions clear object to 0 so they would not be ready in Is*Ready.jussi
2024-05-10Indentation fix.jussi
2024-05-10GetMeshData.jussi
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. GlyphIn...jussi
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, 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