Description: New Torus creates a torus at the origin
New Teapot creates a teapot at the origin
TranslateX a way to specify a translation in the x direction
TranslateY a way to specify a translation in the y direction
TranslateZ a way to specify a translation in the z direction
(these translations can be explicit (e.g.+2 in x,-2 in x),or
interactive (using the glui translators for example)
(TRANSLATION SHOULD ALWAYS BE ALONG THE
WORLD AXIS)
RotateX a way to specify a rotation about the x axis
RotateY a way to specify a rotation about the y axis
RotateZ a way to specify a rotation about the z axis
(t
File list (Check if you may need any files):
submission\Assignment2_Template.cpp
..........\Assignment2_Template.vcproj
..........\icosahedron.h
..........\matrix.h
..........\object.h
..........\teapot.h
..........\torus.h
submission