Project 2a ©Jorg Peters

Points: 5+5+5

Purpose

Learn to move objects via the mouse in OpenGL

Set up

use this new code base
Declare any online code by stating the link in your code.

Task 1: Create Scene

Display 8 points on the screen each of a different color and arranged uniformly on a circle.

Task 2: Picking

Use orthogonal projection!

Task 3: Dragging

Implement the ability to move the points with the mouse

Make all points suitably large.

WHAT TO SUBMIT