Computer Graphics
CSE 5280 Course
Exercise #3
Learning Objectives
- Learn the basics of writing single point 3D perspective viewing application.
Problem Description
Modify program CubePers.java in such a way that, with the given viewpoint, only the visible edges are
drawn as solid black lines; draw the other, invisible lines as dashed lines.
Implementations Hints

- Origin is at the center of the cube
- W[0] - W[8] are the 8 vertices in world coordinates - See Enclosed programming source
- Source code template