Skip to content

Sixy1204/icg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

icg

Just try to learn some basic computer graphics techniques.

hw1

Implement flat, gouraud, and phong shading with phong reflection model(which is equivalent to ambient + diffuse + specular).
Enable multiple transformations(translate, rotate, scale, shear).
At least 3 objects and at least 3 light sources.