Click or drag to resize

WeatherMakerReflectionScriptRecursionRenderTextureSizeReducerPower Field

Reduce render texture size as recursion increases, formula = Mathf.Pow(RecursionRenderTextureSizeReducerPower, recursionLevel) * RenderTextureSize.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public float RecursionRenderTextureSizeReducerPower

Field Value

Type: Single
See Also