Computer Graphics
CSE 5280 Course

Exercise #3

Learning Objectives

  1. 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