lowgl-0.3.1.0: Basic gl wrapper and reference

Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.GL.Low.Cube

Synopsis

Documentation

data Cube a Source

Six values, one on each side.

Constructors

Cube 

Fields

cubeRight :: a
 
cubeLeft :: a
 
cubeTop :: a
 
cubeBottom :: a
 
cubeFront :: a
 
cubeBack :: a
 

type Side = forall a. Cube a -> a Source

A type to pick one of the sides of a cube. See the accessors of the type Cube.