Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) vor 8 Monaten
..
screenshots f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
README.md f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
checker.LICENSE.md f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
checker.png f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
checker.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) vor 8 Monaten
day_night_cycle.gd f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
default_env.tres f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) vor 1 Jahr
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) vor 1 Jahr
logo_projector.png f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
logo_projector.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) vor 8 Monaten
project.godot 2a962929f3 Update demo files for Godot 4.2.1 (#1013) vor 8 Monaten
spin.gd f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
test.tscn f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr
tester.gd f2c66d1904 Add a 3D lights and shadows demo vor 1 Jahr

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 Plus

Screenshots

Screenshot