2008/05/16

The Labs.Com Issue_06_3D
Last update 1999/02/20

TPJ: Issue_06_3D

This is a collection of programs published by The Perl Journal. You can download all source-code also from TPJ: Programs.
  1. README
  2. basic
  3. paperplane
  4. viewport
  5. More Samples on 3D
Issue_06_3D
1. README
Download README

  
 README for ``OpenGL Programming With perl'' -- Part 1 source code 
 ----------------------------------------------------------------- 
 Copyright (C)1997 Alligator Descartes <descarte@hermetica.com> 
 Paperplane code based on the original C code by Mark J. Kilgard 
  
 basic/ 
     planespin.pl: Rotates a single paper plane on the spot around the \ 
 y-axis 
     planespinresize.pl: Ditto, but there are resize event handlers 
     smoothpoly.pl: Creates a single smoothly-colour-graded polygon 
 paperplane/ 
     paperplane.pl: Main file showing 3 paperplanes circling around eac\ 
 h other 
                    in a figure of 8. 
     plane.pl: The package for the paperplane object. Don't run this! 
  
 viewport/ 
     basic.pl: Basic viewport creation. Does virtually nothing except p\ 
 op up 
               a window 
     frustum.pl: Ditto, but the view frustum is specified 

Issue_06_3D
2. basic

Download basic

Issue_06_3D
3. paperplane

Download paperplane

Issue_06_3D
4. viewport

Download viewport

Issue_06_3D
5. More Samples on 3D

  • Issue_06_3D

                                                                                                                                   

Last update 1999/02/20

All Rights Reserved - (C) 1997 - 2008 by The Labs.Com

Top of Page

The Labs.Com