home *** CD-ROM | disk | FTP | other *** search
- begin_structure 1 ; % Static structure 1 %
- Polygon
- 1 -1
- 1 2
- -1 2
- -1 -1
- ;
- end_structure ; % Structure 1 %
-
- begin_structure 2 ; % Static structure 2 %
- Polygon
- 2 -1
- 2 1
- -1 1
- -1 -1
- ;
- end_structure ; % Structure 2 %
-
- begin_structure 3 ; % Static structure 3 %
- Polygon
- 1 0
- 0 1
- -1 0
- ;
- end_structure ; % Structure 3 %
-
- begin_structure 4 ; % Static structure 4 %
- Polygon
- 0 1
- 1 0
- 0 -1
- ;
- end_structure ; % Structure 4 %
-
- begin_structure 5 ; % Static structure 5 %
- Polygon3
- 0 1 -1
- 0 1 2
- 0 -1 2
- 0 -1 -1
- ;
- end_structure ; % Structure 5 %
-
- begin_structure 6 ; % Static structure 6 %
- Polygon3
- 0 2 -1
- 0 2 1
- 0 -1 1
- 0 -1 -1
- ;
- end_structure ; % Structure 6 %
-
- begin_structure 7 ; % Static structure 7 %
- Polygon3
- 0 1 0
- 0 0 1
- 0 -1 0
- ;
- end_structure ; % Structure 7 %
-
- begin_structure 8 ; % Static structure 8 %
- Polygon3
- 0 0 1
- 0 1 0
- 0 0 -1
- ;
- end_structure ; % Structure 8 %
-
-