wgpu_examples::water

Constant SIZE

Source
const SIZE: f32 = 29.0;
Expand description

Radius of the terrain.

Changing this value will change the size of the water and terrain. Note however, that changes to this value will require modification of the time scale in the render method below.