Radegast.Rendering.SceneWindow.GLHUDEnd C# (CSharp) 메소드

GLHUDEnd() 공개 메소드

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