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