home *** CD-ROM | disk | FTP | other *** search
- #
- # Real (but more complex) object.
- #
- demo_save_mat = view_mat;
- include("solid0.irt");
-
- #
- # Real (but more complex) object.
- #
- view_mat = demo_save_mat;
- viewobj(view_mat);
- include("solid2.irt");
-
- #
- # A model of the b58 plane.
- #
- view_mat = demo_save_mat;
- viewobj(view_mat);
- include("b58.irt");
-
- #
- # Some nice scene.
- #
- # view_mat = demo_save_mat;
- # viewobj(view_mat);
- # include("dinner.irt");
-
- #
- # Some Simple surface morphing examples.
- #
- view_mat = demo_save_mat;
- viewobj(view_mat);
- include("smorph2.irt");
-
- # exit();
-