~ubuntu-branches/ubuntu/lucid/pdl/lucid

« back to all changes in this revision

Viewing changes to Graphics/TriD/OpenGL/README

  • Committer: Bazaar Package Importer
  • Author(s): Ben Gertzfield
  • Date: 2002-04-08 18:47:16 UTC
  • Revision ID: james.westby@ubuntu.com-20020408184716-0hf64dc96kin3htp
Tags: upstream-2.3.2
ImportĀ upstreamĀ versionĀ 2.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is a rewrite of the OpenGL 0.5 module.  It now requires and
 
2
is distributed with the module PDL.  The script opengl.pd reads 
 
3
the GL header files as defined in perldl.conf and builds an interface
 
4
for GL.  It has thus far been tested on the following GL:
 
5
 
 
6
  GL_VERSION:  1.1 Irix 6.5
 
7
  GL_VENDOR:   SGI
 
8
  GL_RENDERER: IMPACT/1/1/1
 
9
 
 
10
  GL_VERSION:  1.2 Mesa 3.3 beta
 
11
  GL_VENDOR:   Brian Paul
 
12
  GL_RENDERER: Mesa X11
 
13
 
 
14
If you successful build it on another platform please let me know so
 
15
that I can add it to this list.  If you cannot successfully build it,
 
16
try to pinpoint the problem as much as possible and I can try to help
 
17
as time permits.  The GL include files are run through cpp before
 
18
prototypes are read from them, often the problem is just finding the
 
19
right OPENGL_DEFINE flags to put in the perldl.conf.  If you change
 
20
perldl.conf you must rerun perl Makefile.PL at the top level.
 
21
 
 
22
James P. Edwards July 2000.  jedwards@inmet.gov.br