Hi, all!
I need to add decal to terrain at
Vector3 pos
location and
Vector3 normal
.
How can I
-
Find closest terrain patch to pos and use it as drawable. is there some way?
I don’t want to use raycast as I already know the location. -
Find the rotation from normal vector.