Showing related tags and posts across the entire site.
-
Hi, I tried to write an Ocean Shader in Sunburn, and now I am almost finished, but I want to manipulate certain shader variables in the editor. For example the WaveDir0, which indicates the direction of the first wave: float2 WaveDir0 = float2(-1,0); Now I added a line to the mat file: WaveDir0: -1.0...