home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
graphic
/
irit
/
colors.irt
< prev
next >
Wrap
Text File
|
1991-12-15
|
695b
|
45 lines
save_mat = view_mat;
color(axes,red);
view(list(axes), on);
view_mat = view_mat * rotz(15);
a = axes;
color(a,green);
view(list(a), off);
view_mat = view_mat * rotz(15);
b = axes;
color(b,blue);
view(list(b), off);
view_mat = view_mat * rotz(15);
c = axes;
color(c,yellow);
view(list(c), off);
view_mat = view_mat * rotz(15);
d = axes;
color(d,cyan);
view(list(d), off);
view_mat = view_mat * rotz(15);
e = axes;
color(e,magenta);
view(list(e), off);
view_mat = view_mat * rotz(15);
f = axes;
color(f,white);
view(list(f), off);
view_mat = view_mat * rotz(15);
g = axes;
color(g,black);
view(list(g), off);
view_mat = save_mat;
pause(1.0);