]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texturecube.h
Change some class names
[libs/gl.git] / source / texturecube.h
index 62f1189aa541426ff86d0cdcb5593604155a2dea..ea1c8296190ade9703121238771c9277baba3d04 100644 (file)
@@ -49,11 +49,12 @@ public:
        };
 
 private:
-       PixelFormat ifmt;
        unsigned size;
        unsigned allocated;
 
+       static TextureCubeFace face_order[6];
        static Vector3 directions[6];
+       static unsigned orientations[12];
 
 public:
        TextureCube();
@@ -93,6 +94,8 @@ public:
        and 5, inclusive. */
        static TextureCubeFace enumerate_faces(unsigned);
 
+       static unsigned get_face_index(TextureCubeFace);
+
        /** Returns a vector pointing out of the face. */
        static const Vector3 &get_face_direction(TextureCubeFace);