| Safe Haskell | None |
|---|
Data.Bitmap.OpenGL.CubeMap
Description
Minimal cubemap support (at the moment just some help with the layout)
Documentation
data CubeMapFace Source
The layout:
+------+
| |
| top |
| |
+------+------+------+------+
| | | | |
| left |front |right | back |
| | | | |
+------+------+------+------+
| |
|bottom|
| |
+------+
Instances