Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | пре 9 месеци | |
---|---|---|
.. | ||
screenshots | пре 1 година | |
README.md | пре 1 година | |
checker.LICENSE.md | пре 1 година | |
checker.png | пре 1 година | |
checker.png.import | пре 9 месеци | |
day_night_cycle.gd | пре 1 година | |
default_env.tres | пре 1 година | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
logo_projector.png | пре 1 година | |
logo_projector.png.import | пре 9 месеци | |
project.godot | пре 9 месеци | |
spin.gd | пре 1 година | |
test.tscn | пре 1 година | |
tester.gd | пре 1 година |
This project showcases various 3D light and shadow features supported by Godot. This includes contact-hardening shadows (PCSS) and light projectors.
The background sky uses a PhysicalSkyMaterial, which allows for the sky colors to be automatically adjusted as the sun performs a day/night cycle. The radiance map (used to provide ambient and reflected light to the scene) is updated in real-time with the environment sky's process mode set accordingly.
Language: GDScript
Renderer: Forward Plus