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

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