bitmap-opengl-0.0.1.5: OpenGL support for Data.Bitmap.

Safe HaskellNone

Data.Bitmap.OpenGL.CubeMap

Description

Minimal cubemap support (at the moment just some help with the layout)

Synopsis

Documentation

data CubeMapFace Source

The layout:

        +------+
        |      |
        | top  |
        |      |
 +------+------+------+------+ 
 |      |      |      |      |
 | left |front |right | back |
 |      |      |      |      |
 +------+------+------+------+ 
        |      |
        |bottom|      
        |      |
        +------+