summaryrefslogtreecommitdiffhomepage
path: root/examples/shaders/shaders_spotlight.c
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-09-07Remove PLATFORM_RPI (#3232)MichaelFiber
* Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <[email protected]> Co-authored-by: Ray <[email protected]>
2023-02-14REVIEWED: Camera redesign PRRay
2023-01-01Update year to 2023Ray
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2022-01-10Fixes an error in the spelling of "appearance" (#2276)Archie
2021-10-25Fix VC warnings for examples (#2085)Jeffery Myers
2021-04-25Fixes for 64 bit typecast warnings (#1733)Jeffery Myers
2021-04-22Remove trail spacesRay
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
2020-12-23Review formattingraysan5
2020-12-03Update user nameRay
2020-08-16RENAMED: FormatText() -> TextFormat()raysan5
This function was renamed for consistency in raylib 3.0, just unified all examples to use TextFormat() instead of FormatText()
2020-04-13Make raymath more consistent (#1197)G3bE
* Make raymath naming and functions more consistent * Minor fixes * Fix examples * Fix Physac * New naming rules * Apply naming to Quaternion functions * Apply to models.c * Remove *MulitplyValue / *DivideValue
2020-03-25spotlight example, each spot has own radius, mouse countrol (#1148)chriscamacho
NB glsl100 shader needs testing on "bare metal" Co-authored-by: codifies <[email protected]>
2020-03-24REVIEWED: shaders_spotlight exampleraysan5
It seems something is not working properly...
2020-03-24as per request spotlight example (#1146)chriscamacho
Co-authored-by: codifies <[email protected]>