Tri-planar mapping in Godot 3?

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

I’ve been introduced to Tri-Planar mapping, and want to implement it to the environments in my game.

The problem is, the only material about doing it on Godot is how to do it in an older version, and the shaderMaterial seems to have changed since then, so I don’t know how to implement it.

How do I do it?

:bust_in_silhouette: Reply From: SIsilicon

Godot 3.0’s spatial material already has that.

Edit: But if you want triplanar in shader material, you can convert a spatial material ,with triplanar enabled, to a shader material and work off that.

#Vote n’ Select :wink:

Ah… I didn’t notice that… thanks a lot!

Cobra! | 2018-05-23 21:26