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

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