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

GLHUDEnd() public method

public GLHUDEnd ( ) : void
return void
        public void GLHUDEnd()
        {
            GL.Enable(EnableCap.DepthTest);
            GL.Enable(EnableCap.Lighting);
            GL.MatrixMode(MatrixMode.Projection);
            GL.PopMatrix();
            GL.MatrixMode(MatrixMode.Modelview);
        }
SceneWindow