home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / gpc / tests / matrix.d01 < prev    next >
Encoding:
Text File  |  1991-02-13  |  1.0 KB  |  69 lines

  1. begin_structure 1 ;        % Static structure 1 %
  2.     Polygon
  3.           1     -1
  4.           1      2
  5.          -1      2
  6.          -1     -1
  7.     ;
  8. end_structure ;            % Structure 1  %
  9.  
  10. begin_structure 2 ;        % Static structure 2 %
  11.     Polygon
  12.           2     -1
  13.           2      1
  14.          -1      1
  15.          -1     -1
  16.     ;
  17. end_structure ;            % Structure 2  %
  18.  
  19. begin_structure 3 ;        % Static structure 3 %
  20.     Polygon
  21.           1      0
  22.           0      1
  23.          -1      0
  24.     ;
  25. end_structure ;            % Structure 3  %
  26.  
  27. begin_structure 4 ;        % Static structure 4 %
  28.     Polygon
  29.           0      1
  30.           1      0
  31.           0     -1
  32.     ;
  33. end_structure ;            % Structure 4  %
  34.  
  35. begin_structure 5 ;        % Static structure 5 %
  36.     Polygon3
  37.      0      1     -1
  38.      0      1      2
  39.      0     -1      2
  40.      0     -1     -1
  41.     ;
  42. end_structure ;            % Structure 5  %
  43.  
  44. begin_structure 6 ;        % Static structure 6 %
  45.     Polygon3
  46.      0      2     -1
  47.      0      2      1
  48.      0     -1      1
  49.      0     -1     -1
  50.     ;
  51. end_structure ;            % Structure 6  %
  52.  
  53. begin_structure 7 ;        % Static structure 7 %
  54.     Polygon3
  55.      0      1      0
  56.      0      0      1
  57.      0     -1      0
  58.     ;
  59. end_structure ;            % Structure 7  %
  60.  
  61. begin_structure 8 ;        % Static structure 8 %
  62.     Polygon3
  63.      0      0      1
  64.      0      1      0
  65.      0      0     -1
  66.     ;
  67. end_structure ;            % Structure 8  %
  68.  
  69.