home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / gpc / tests / ambient.d03 < prev    next >
Encoding:
Text File  |  1991-02-13  |  496 b   |  19 lines

  1. begin_structure 20 ;        % Static structure 20 %
  2. % ****************************************************************** %
  3. % Set up basic object                                                %
  4. % ****************************************************************** %
  5.       Polygon3
  6.       100  -100     0
  7.       -50  -100     0
  8.       -50    50     0
  9.       100    50     0
  10.       ; 
  11.       Polygon3
  12.        50   -50     0
  13.        50   100     0
  14.      -100   100     0
  15.      -100   -50     0
  16.       ; 
  17. end_structure ;            % Structure 20  %
  18.  
  19.