Table of Contents

Enum WaterEffectsType

Namespace
OmegaEngine.Foundation.Light
Assembly
OmegaEngine.Foundation.dll

The effects to be display on water (e.g. reflections).

public enum WaterEffectsType
Extension Methods

Fields

None = 0

Don't apply any water effects (except simple alpha-blending)

ReflectAll = 3

Refract objects below the water surface and reflect objects above

ReflectTerrain = 2

Refract objects below the water surface and reflect the terrain

RefractionOnly = 1

Refract objects below the water surface