Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | 9 mesiacov pred | |
---|---|---|
.. | ||
screenshots | 2 rokov pred | |
README.md | 1 rok pred | |
camera.gd | 2 rokov pred | |
cube.blend | 2 rokov pred | |
cube.glb | 2 rokov pred | |
cube.glb.import | 9 mesiacov pred | |
cube.glb.unwrap_cache | 2 rokov pred | |
default_env.tres | 2 rokov pred | |
icon.webp | 1 rok pred | |
icon.webp.import | 1 rok pred | |
project.godot | 9 mesiacov pred | |
test.gd | 1 rok pred | |
test.tscn | 1 rok pred | |
test_VoxelGIData.res | 1 rok pred | |
zdm2.blend | 2 rokov pred | |
zdm2.glb | 2 rokov pred | |
zdm2.glb.import | 9 mesiacov pred | |
zdm2.glb.unwrap_cache | 2 rokov pred | |
zdm2_all.exr | 1 rok pred | |
zdm2_all.exr.import | 1 rok pred | |
zdm2_all.lmbake | 1 rok pred | |
zdm2_indirect.exr | 1 rok pred | |
zdm2_indirect.exr.import | 1 rok pred | |
zdm2_indirect.lmbake | 1 rok pred |
This demo showcases Godot's global illumination systems: LightmapGI, VoxelGI, SDFGI, ReflectionProbe and screen-space effects like SSAO and SSIL.
Use the mouse to look around, W/A/S/D or arrow keys to move.
Language: GDScript
Renderer: Vulkan
A sphere and box are parented to the camera to showcase dynamic object lighting. A ReflectionProbe is parented to the sphere to showcase real-time reflections. When the ReflectionProbe is hidden, it is disabled. In this case, VoxelGI, SDFGI or environment lighting will be used to provide fallback reflections.
A Decal node is parented to the moving sphere and cube to provide simple shadows for them. This is especially effective when using the LightmapGI (All) global illumination mode, which doesn't allow dynamic objects to cast shadows on static surfaces.
zdm2.glb
is derived from the Cube 2: Sauerbraten
map "zdm2" and is
licensed under CC BY 4.0 Unported.
The OBJ file which it was converted from is available in the game-maps-obj repository.