File: README

package info (click to toggle)
glut 3.7-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 12,360 kB
  • ctags: 39,914
  • sloc: ansic: 148,715; makefile: 28,471; ada: 2,062; yacc: 473; fortran: 290; lex: 131; csh: 51; sed: 49; sh: 33
file content (15 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

These are GLUT-based OpenGL examples that develop the idea of real-time
dynamic environment mapping using sphere maps.  The examples were
originally presented at the Computer Game Developers Convention (CGDC)
in Long Beach, CA on May 5, 1998.

The "glsmap" directory contains examples that use the glsmap dynamic
sphere mapping library API (see ../../lib/glsmap for the library's
source code).  The "hacks" directory contains a few examples that
demonstrate the functional building blocks for dynamic sphere mapping
(and do not use the glsmap library).

- Mark Kilgard
  mjk@nvidia.com