Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 523 Bytes

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