not-gloss-0.5.0.4: Painless 3D graphics, no affiliation with gloss

Safe HaskellNone

Vis.VisObject

Documentation

data VisObject a Source

Constructors

VisObjects [VisObject a] 
Trans (Xyz a) (VisObject a) 
RotQuat (Quat a) (VisObject a) 
RotEulerRad (Euler a) (VisObject a) 
RotEulerDeg (Euler a) (VisObject a) 
Scale (a, a, a) (VisObject a) 
Cylinder (a, a) Color 
Box (a, a, a) Flavour Color 
Cube a Flavour Color 
Sphere a Flavour Color 
Ellipsoid (a, a, a) Flavour Color 
Line [Xyz a] Color 
Line' [(Xyz a, Color)] 
Arrow (a, a) (Xyz a) Color 
Axes (a, a) 
Plane (Xyz a) Color Color 
Triangle (Xyz a) (Xyz a) (Xyz a) Color 
Quad (Xyz a) (Xyz a) (Xyz a) (Xyz a) Color 
Text3d String (Xyz a) BitmapFont Color 
Text2d String (a, a) BitmapFont Color 
Points [Xyz a] (Maybe GLfloat) Color 
Custom (IO ()) 

Instances