godot-demo-projects/3d/lights_and_shadows
Aaron Franke 5646c6a7a8
Open and save 3D demos in Godot 4.3 stable (#1109)
2024-08-27 13:40:06 -07:00
..
screenshots
README.md Fix incorrect asset library link in 3D Lights and Shadows README (#1100) 2024-08-11 02:15:38 +02:00
checker.LICENSE.md
checker.png
checker.png.import Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
day_night_cycle.gd Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
default_env.tres
icon.webp
icon.webp.import
logo_projector.png
logo_projector.png.import
project.godot Open and save 3D demos in Godot 4.3 stable (#1109) 2024-08-27 13:40:06 -07:00
spin.gd Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
test.tscn Open and save 3D demos in Godot 4.3 stable (#1109) 2024-08-27 13:40:06 -07:00
tester.gd Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00

README.md

3D Lights and Shadows

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+

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2741

Screenshots

Screenshot