Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

3D visualization coursework for Computer Graphics module

Notifications You must be signed in to change notification settings

marcellodebernardi/compgraph-coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ECS610S COMPUTER GRAPHICS

GitHub project for the ECS610S Computer Graphics module coursework. The coursework was awarded a grade of 100%.

SPECIFICATION

The coursework consists of a 3D animation in java.awt, incrementally developed over the course of 7 lab lessons. Each lab lesson builds on top of the previous ones. Additional features, not specified in the labs but discussed during the module, have to be added. This includes things such as visibility determination, back face elimination, clipping, and shading.

STRUCTURE

The geometry package contains the classes defining the geometric primitives used in modeling, such as points, vectors, faces, and meshes. The graphics package contains classes pertaining to drawing and animating a scene with use of a camera.

RUNNING IT

A release .jar is available for the project. Use instructions are printed to standard output when the application is run, explaining what keys can be used to interact with the animation. This includes camera translation, zoom, viewing modes, and more.

About

3D visualization coursework for Computer Graphics module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages