Click or drag to resize

WeatherMakerCloudProfileScriptUpdateWeatherMap Method

Update the weather map

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void UpdateWeatherMap(
	Material weatherMapMaterial,
	Camera camera,
	ComputeShader cloudProbeShader,
	RenderTexture weatherMap,
	float weatherMapSeed
)

Parameters

weatherMapMaterial
Type: Material
Weather map material
camera
Type: Camera
Camera
cloudProbeShader
Type: ComputeShader
Cloud probe shader
weatherMap
Type: RenderTexture
Weather map render texture
weatherMapSeed
Type: SystemSingle
Weather map seed
See Also