Skip to content

GLSL implementation of the Cook-Torrance shader model

License

Notifications You must be signed in to change notification settings

pboechat/cook_torrance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cook-Torrance

Cook-Torrance is a C++/OpenGL implementation of the Cook-Torrance shader model.

Developed during my photorealistic rendering PhD course.


Blinn-Phong:

ScreenShot

application.exe bunny.obj common.vs.glsl blinn_phong_colored.fs.glsl

Cook-Torrance:

ScreenShot

application.exe bunny.obj common.vs.glsl cook_torrance_colored.fs.glsl