summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_first_person_maze.c
AgeCommit message (Collapse)Author
2022-08-02Remove unneeded commentRay
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2021-03-23[Examples] Warning fixes (pt 1) (#1668)Jeffery Myers
* Fix some warnings in examples. * cleanups from review Co-authored-by: Jeffery Myers <[email protected]>
2021-03-14WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistencyRay
Some enums values have been renamed to be more consistent and also provide a more detailed description: - ShaderLocationIndex: LOC_VERTEX_POSITION -> SHADER_SHADER_LOC_VERTEX_POSITION - ShaderUniformDataType: UNIFORM_VEC2 -> SHADER_UNIFORM_VEC2 - MaterialMapType: MAP_ALBEDO -> MATERIAL_MAP_ALBEDO - PixelFormat: UNCOMPRESSED_GRAYSCALE -> PIXELFORMAT_UNCOMPRESSED_GRAYSCALE
2021-03-04REVIEWED: Examples to new enum valuesRay
2021-01-31Update models_first_person_maze.craysan5
2019-05-27Review variables initializationRay
2019-05-20Review ALL examplesRay
2019-05-02Update models_first_person_maze.cRay
2019-05-02Added missing includeRay
2019-05-02example review: models_first_person_mazeRay
Added walls collision check
2019-04-23new example: models_first_person_maze -WIP-Ray