예제 #1
0
        public GLCubemap(GLTexture Front, GLTexture Back, GLTexture Left, GLTexture Right, GLTexture Top, GLTexture Bottom)
        {
            throw new Exception("Not Yet Supported!");

            FRONT  = Front;
            BACK   = Back;
            LEFT   = Left;
            RIGHT  = Right;
            TOP    = Top;
            BOTTOM = Bottom;
        }