godot-demo-projects/3d/decals
Aaron Franke 5646c6a7a8
Open and save 3D demos in Godot 4.3 stable (#1109)
2024-08-27 13:40:06 -07:00
..
screenshots
textures Use static typing in all demos (#1063) 2024-06-01 12:12:18 +02:00
README.md Fix README links to asset library (#1078) 2024-06-24 19:29:58 +02:00
decal.tscn Open and save 3D demos in Godot 4.3 stable (#1109) 2024-08-27 13:40:06 -07:00
default_env.tres
icon.webp
icon.webp.import
project.godot Open and save 3D demos in Godot 4.3 stable (#1109) 2024-08-27 13:40:06 -07: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

Decals

This demo includes many examples of Decal nodes in action, for the purpose of showcasing Godot's rendering capabilities.

The decal filter mode can be adjusted in the top-left corner:

  • For games with a pixel art appearance, the Nearest filter mode can be used instead of Linear.
  • Filter modes with Mipmaps prevent decals from looking grainy at a distance, at a small performance cost. When mipmaps are used without anisotropic filtering, decals will look blurry when viewed at oblique angles.
  • Filter modes with Anisotropic don't look grainy at a distance and also avoid looking blurry when viewed at oblique angles. However, filter modes with Anisotropic have a greater performance cost than enabling Mipmaps alone.

Language: GDScript

Renderer: Forward+

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

Screenshots

Screenshot