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

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