LodLevels#

Property in WaterRenderer

Number of levels of details (chunks, scales etc) to generate.

The horizontal range of the water surface doubles for each added LOD, while GPU processing time increases linearly. The higher the number, the further out detail will be. Furthermore, the higher the count, the more larger wavelengths can be filtering in queries.

Declaration#

public int LodLevels { get; set; }