aboutsummaryrefslogtreecommitdiff
path: root/examples/models/models_obj_viewer.c
AgeCommit message (Collapse)Author
2019-09-12REMOVED: models_obj_viewerRay
2019-08-26Unload model shaders and texturesraysan5
They are not automatically unloaded when unloading the model!
2019-08-07WARNING: Redesigned structsRay
- Mesh, Shader, Material structs have been reviewed to minimize size when passed by value, all required code has been reviewed. - GetCollisionRayModel() reviewed to avoid pointer, not required because model is not modified inside the function - UnloadMesh() reviewed, pointer not required - CheckCollisionRay*() parameters name reviewed
2019-05-27Review variables initializationRay
2019-05-20Review ALL examplesRay
2019-04-07Happy new year 2019ChillerDragon
2019-04-05Corrected issue with LoadMesh()Ray
2019-03-29Review models examplesRay
2018-12-20Update models_obj_viewer.cRay
2018-12-20new example: models_obj_viewerRay