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

SetPerspective() private method

private SetPerspective ( ) : void
return void
        private void SetPerspective()
        {
            float dAspRat = (float)glControl.Width / (float)glControl.Height;
            GluPerspective(50.0f * Camera.Zoom, dAspRat, 0.1f, 1000f);
        }
SceneWindow