This movie loads a torus and some axes and sets their initial starting location. Then it rotates the torus around several different axes.
Rotating a Torus:
The
Torus.ooglfile was created using the fileTorus.csin CenterStage. Thexyz.vectfile is a standard one that comes with Geomview.
Torus-1.smLoad Torus.oogl Load xyz.vect Transform {Scale .25} Torus.oogl Transform {YZ -$pi/3} Transform {XY -$pi/6} Sequence {YZ $pi/2} 7 Torus.oogl Pause 3 Sequence {XY $pi} 16 Torus.oogl -parent Pause 3 Sequence {YZ $pi} 16 -parent Pause 5
|
|