Final Project CPE 471 – 3D Paint Program

Jordan Hand (Fall 2010)



The goal of this was to create a program similar to the 2D paint program done as the first assignement but in 3D. The menu's are handled by GLUI and are controlled through Right clicking. If the mouse is right clicked on an object, it'll bring up a menu to edit the object's properties, otherwise the user will have the choice of creating a new shape. 

Commands
w - move camera forward
s - move camera backward
a - strafe camera left
d - strafe camera right
-/+ = make camera go in the y direction (down/up)
left mouse click – look around
q - quit

 

 

 























Resources

http://www.cs.unc.edu/~rademach/glui/src/release/glui_manual_v2_beta.pdf

http://glui.sourceforge.net/

http://www.cs.unc.edu/~rademach/glui/