home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / scripts / demo.irt < prev    next >
Encoding:
Text File  |  1994-08-12  |  1.2 KB  |  85 lines

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