Radegast.Rendering.SceneWindow.SetWaterPlanes C# (CSharp) Method

SetWaterPlanes() private method

private SetWaterPlanes ( ) : void
return void
        void SetWaterPlanes()
        {
            AboveWaterPlane = Math3D.AbovePlane(Client.Network.CurrentSim.WaterHeight);
            BelowWaterPlane = Math3D.BelowPlane(Client.Network.CurrentSim.WaterHeight);
        }
SceneWindow