X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexturecube.h;h=9ce216fdd1db1e79e164769f9d6017984de15f46;hb=bdde5adcb78836c4d75196546059ae827cf3af9e;hp=62f1189aa541426ff86d0cdcb5593604155a2dea;hpb=e01371d38e290b4c526146fd5d1388bba8201233;p=libs%2Fgl.git diff --git a/source/texturecube.h b/source/texturecube.h index 62f1189a..9ce216fd 100644 --- a/source/texturecube.h +++ b/source/texturecube.h @@ -53,7 +53,9 @@ private: unsigned size; unsigned allocated; + static TextureCubeFace face_order[6]; static Vector3 directions[6]; + static unsigned orientations[12]; public: TextureCube(); @@ -93,6 +95,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);