News

Using Java Graphics2D, this program can display any convex 3D polygon. All of the java class files are included in the repository. To run the program, place all of the files in same folder. Then run ...
This Java program draws 15 different 3D objects by transforming vertex coordinates from object space to screen space using rotation matrices and a perspective projection. After transformation, the ...