godot-demo-projects/3d/decals
Hugo Locurcio 2a962929f3
Update demo files for Godot 4.2.1 (#1013)
All demos were opened with Godot 4.2.1, with the mesh format
upgraded for 3D demos.

The 3D antialiasing demo now uses Extra Cull Margin on the last
object to prevent it from disappearing too early when the camera
rotates (due to its use of shader-based animation).
2024-02-01 17:30:08 +01:00
..
screenshots
textures
README.md
decal.tscn
default_env.tres
icon.webp
icon.webp.import
project.godot Update demo files for Godot 4.2.1 (#1013) 2024-02-01 17:30:08 +01:00
test.tscn
tester.gd

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: Vulkan Clustered

Screenshots

Screenshot