Did you know ... Search Documentation:
Pack plOpenGL -- prolog/plGLU.pl
PublicShow source

This module is the glu extension of the Prolog OpenGL Interface (plOpengL)

author
- Jan Tatham
license
- LGPL 2.1
 gluBuild2DMipmaps(+Target, +Internal, +Width, +Height, +Format, +Type, +Texels)
Builds a two-dimensional mipmap
 gluLookAt(+EyeX, +EyeY, +EyeZ, +CenterX, +CenterY, +CenterZ, +UpX, +UpY, +UpZ)
Defines a viewing transformation.
 gluOrtho2D(+Left, +Right, +Bottom, +Top)
Define a 2D orthographic projection matrix
 gluPerspective(+Fovy, +Aspect, +Near, +Far)
Set up a perspective projection matrix