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

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