mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
- Add reflection probes for each test sphere, which can be toggled using a new dropdown with 3 options (no reflection probe, reflection only, reflection + ambient). The cull and reflection masks are configured on each reflection probe so that spheres don't self-reflect, but other spheres still appear in each sphere's reflections. Probe extents are made very large to prevent any visible fading, and the test beds don't receive the reflection probe's ambient or reflection. - Improve ice material visuals by giving it some opacity. - Use lossless compression on all textures, as their relatively low resolution and count by today's standards makes them not use much VRAM anyway.
Material Testers
This demo includes many sphere-like objects with complex materials, for the purpose of showcasing Godot's rendering capabilities.
This demo was featured at the beginning of the Godot 3.0 trailer.
Language: GDScript
Renderer: Forward+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2742
