home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
graphic
/
irit
/
demo.irt
< prev
next >
Wrap
Text File
|
1992-08-23
|
1KB
|
65 lines
#
# Simple loops demo - not really solid modelling...
#
include("loops.irt");
#
# All the basic colors recognized by the system:
#
include("colors.irt");
#
# All the basic primitives recognized by the system:
#
include("primitiv.irt");
#
# Simple booleans between two boxes. This one is fast (as it is simple...)
#
include("box-box.irt");
#
# And this boolean operations are between a cone and a cylinder (longer).
#
include("cone-cyl.irt");
#
# Show the contouring capability from the intersection curves.
#
include("contours.irt");
#
# The famous wire frame ambiguity:
#
include("ambiguit.irt");
#
# Creates (manually) the IRIT letters extruded...
#
include("solid0.irt");
#
# Real (but simple!) object (From mertenson's book) .
#
include("solid1.irt");
#
# Real (but more complex) object.
#
include("solid3.irt");
#
# Some free form curves and surfaces operators.
#
include("freeform.irt");
#
# Some Simple surface morphing examples.
#
include("morphing.irt");
#
# And finally a "real life" model.
#
include("b58.irt");