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/models
Richard Smith 8824449bc1
New examples from @chriscamacho (#23)
* 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!

* 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

* initial commit still WIP

* updated raylib

* undo all changes in this branch except for the example updates

* remove local raylib-c

Co-authored-by: codifies <nospam@antispam.com>
2020-11-15 20:07:05 +00:00
..
resources Add Skybox Example (#5) 2019-09-30 11:51:49 +01:00
models_billboard.py split project into static and dynamic modules 2019-05-24 04:31:48 +01:00
models_box_collisions.py split project into static and dynamic modules 2019-05-24 04:31:48 +01:00
models_cubicmap.py split project into static and dynamic modules 2019-05-24 04:31:48 +01:00
models_geometric_shapes.py split project into static and dynamic modules 2019-05-24 04:31:48 +01:00
models_heightmap.py split project into static and dynamic modules 2019-05-24 04:31:48 +01:00
models_obj_loading.py New examples from @chriscamacho (#23) 2020-11-15 20:07:05 +00:00
models_skybox.py New examples from @chriscamacho (#23) 2020-11-15 20:07:05 +00:00