Add README files to 3D demos

This commit is contained in:
Aaron Franke
2020-03-07 20:29:42 -05:00
parent a24ac796b6
commit 7e0032eb8e
26 changed files with 124 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
# 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](https://www.youtube.com/watch?v=XptlVErsL-o).
Language: GDScript
Renderer: GLES 3
## Screenshots
![Screenshot](screenshots/stones.png)
![Screenshot](screenshots/mirror.png)

View File

@@ -15,7 +15,7 @@ _global_script_class_icons={
[application]
config/name="Material Tester"
config/name="Material Testers"
run/main_scene="res://material_tester.tscn"
config/icon="res://icon.png"
@@ -36,4 +36,3 @@ multithread/thread_rid_pool_prealloc=60
vram_compression/import_etc2=false
quality/filters/msaa=2
environment/default_environment="res://default_env.tres"

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB