Level Design Prototyping - How do i create World Position Material (Shader)?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Stupido

Heyho,

i wanted to do some Level-Design Prototypes with simple checkertextures.
While i was taking a look at the Unreal Engine Course about Level Design the instructor
used something like a “World-Material” to make the textures seamless between meshes
placed in the scene.

Take a look at the following videos.

Unreal Engine Examples:

Is there a way to create them in godot?
It would help greatly with creating levels looking coherent. :smiley:

ty

:bust_in_silhouette: Reply From: yrtv

https://forum.godotengine.org/28820/tri-planar-mapping-in-godot-3

Thanks!
Seems like i was looking for “tri-planar” in the materialssettings.

Enabling triplanar in UV1 and UV2 and setting a flag for “World Triplanar”.
Great!

Stupido | 2021-10-10 19:40