The AL OpenGL extension provides a direct binding to OpenGL C interface routines. This extension is not yet complete -- only a subset of the bindings exists and this extension is not yet distributed publicly.
The Scheme bindings described here mirror the C counterparts as closely as possible. You should use an OpenGL textbook such as the OpenGL Programming Guide by Neider, Davis, and Woo (Addison-Wesley 1993, ISBN 0-201-63274-8) to understand what the functions actually do.
Use require to load the AL OpenGL extension.
The extension is broken into two separate modules: the OpenGL module
and the OpenGL motif widget module. Loading the widget
module automatically loades the OpenGL module, but not vice-versa.
Last updated: 4/3/96 / Steve May ( smay@cgrg.ohio-state.edu ) Any comments or suggestions appreciated.