home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / irit / demo.irt < prev    next >
Text File  |  1991-12-15  |  964b  |  60 lines

  1. #
  2. # Simple loops demo - not really solid modelling...
  3. #
  4. include("loops.irt");
  5.  
  6. #
  7. # All the basic colors recognized by the system:
  8. #
  9. include("colors.irt");
  10.  
  11. #
  12. # All the basic primitives recognized by the system:
  13. #
  14. include("primitiv.irt");
  15.  
  16. #
  17. # Simple booleans between two boxes. This one is fast (as it is simple...)
  18. #
  19. include("box-box.irt");
  20.  
  21. #
  22. # And this boolean operations are between a cone and a cylinder (longer).
  23. #
  24. include("cone-cyl.irt");
  25.  
  26. #
  27. # Show the contouring capability from the intersection curves.
  28. #
  29. include("contours.irt");
  30.  
  31. #
  32. # The famous wire frame ambiguity:
  33. #
  34. include("ambiguit.irt");
  35.  
  36. #
  37. # Creates (manually) the IRIT letters extruded...
  38. #
  39. include("solid0.irt");
  40.  
  41. #
  42. # Real (but simple!) object (From mertenson's book) .
  43. #
  44. include("solid1.irt");
  45.  
  46. #
  47. # Real (but more complex) object.
  48. #
  49. include("solid3.irt");
  50.  
  51. #
  52. # Some free form curves and surfaces operators.
  53. #
  54. include("freeform.irt");
  55.  
  56. #
  57. # And finally a "real life" model.
  58. #
  59. include("b58.irt");
  60.