home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / gpc / objects / gen.geo < prev    next >
Encoding:
Text File  |  1991-02-13  |  774 b   |  41 lines

  1. %-----------------------------------------------------------------------
  2. |    Sample File ngca1.geo
  3. |    Defines a index_polygons3 cube
  4. |
  5. |    That is tranformed by the contents of Matrix entry 0
  6. |
  7. |    Sample BIF Geometry File
  8. -----------------------------------------------------------------------%
  9.  
  10. begin_structure 3;
  11.  
  12. apply_to_global3 10;
  13.  
  14. gen_sphere3 20 20;
  15. end_structure ;
  16.  
  17. begin_structure 31;
  18.     interior_lighting 4;
  19.     surface_properties .5 1. 1. 1. 1. 1. 5 0;
  20.     interior_shading 3;
  21. end_structure ;
  22.  
  23. begin_structure 32;
  24. call_structure 31;
  25. execute_structure 3;
  26. end_structure ;
  27.  
  28. begin_structure 33;
  29.     interior_lighting 4;
  30.     surface_properties .5 1. 1. 1. 1. 1. 5 0;
  31.     interior_shading 3;
  32.     execute_structure 3;
  33. end_structure ;
  34.  
  35. begin_structure 34;
  36. interior_color 0 1 0;
  37. end_structure ;
  38.  
  39.  
  40.  
  41.