This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
raylib-python-cffi/examples/shaders
chriscamacho e49e2b4d65
completed fog example (#18)
* complete fog example
as both fog and basic lighting need the light system it made sense
to seperate it out, there are a few functions from raymath
int rlmath.py

* added shaders custom uniform

* added shaders_texture_waves.py

* added shaders_texture_drawing.py

* bug fix - unwanted transparent effect!

Co-authored-by: codifies <nospam@antispam.com>
2020-09-19 09:07:39 +01:00
..
resources completed fog example (#18) 2020-09-19 09:07:39 +01:00
light_system.py completed fog example (#18) 2020-09-19 09:07:39 +01:00
rlmath.py completed fog example (#18) 2020-09-19 09:07:39 +01:00
shaders_basic_lighting.py completed fog example (#18) 2020-09-19 09:07:39 +01:00
shaders_custom_uniform.py completed fog example (#18) 2020-09-19 09:07:39 +01:00
shaders_fog.py completed fog example (#18) 2020-09-19 09:07:39 +01:00
shaders_texture_drawing.py completed fog example (#18) 2020-09-19 09:07:39 +01:00
shaders_texture_waves.py completed fog example (#18) 2020-09-19 09:07:39 +01:00