Project 1C

Points: 20

Task 1: Picking and Dragging

Points: 5

When the shift key is pressed on the keyboard, horizontal moving of the mouse translates to moving in the Z-direction. This motion is not (yet) visible.

Task 2: Double View

Points: 10

In the top half of the window draw the default view perpendicular to the x-y plane. In the bottom half of the window draw the side view perpendicular to y-z plane.

The double-view should be toggled when 4 is pressed.
NOTE: Picking needs only work in Single View.

Task 3:

Points: 5

When key 5 is pressed have a yellow dot travel around the closed curve. Draw the tangent (red) normal (green) and binormal (blue) of the curve at the yellow dot.

WHAT TO SUBMIT