Skip to content

Projects done for CSCI-420 Computer Graphics at USC. Fall 2018

Notifications You must be signed in to change notification settings

Leuyangh/Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphics projects using OpenGL

All projects are done through OpenGL on Visual Studio 2017.

Project 1 is a heightmap program that takes in black and white JPG images and converts them to a rendered heightmap where pixel darkness corresponds to a height value. Target image is given in commmand line arguments. Rendered image can be manipulated with mouse drags combined with shift or control keys.

Project 2 renders a roller coaster that moves along the tracks given in "tracks.txt" which holds the .sp files of the track. Coaster splines are Catmull-rom splines.

Project 3 raytraces an image given to it in a .txt file containing data on spheres, triangles, and lights present in the scene.

About

Projects done for CSCI-420 Computer Graphics at USC. Fall 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published