Hey all,
I am getting the following error when trying to create some water material.
Error [SM5] (Node TextureSample) Coercion failed: MaterialFloat3 Local1 = min(max(Local0,MaterialFloat3(0.00000000,0.00000000,0.00000000)),MaterialFloat3(1.00000000,1.00000000,1.00000000));
: float3 -> float2
This happens when I have the following:
As a note I am relatively new to materials and followed the tutorial on youtube for creating a simple indoor water material: https://www.youtube.com/watch?v=KPmRV1Z9ikY
Screenshot:
Thanks in advance guys!