Skip to content

A Diffuse and A Phong Shader to complete my collection of hand made shaders :D

Notifications You must be signed in to change notification settings

pouyakary/two-more-shaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diffuse and Phong Shaders

As you may probably know, I got crazy and wrote a whole Gouraud Shader for CPU. Since then I wanted my shaders to be complete and so, using the power of GLSL and Processing these are the last two shaders one might need:

Pouya Kary's Phong and Diffuse Shaders in GLSL

How to run them?

You should have Processing installed and then, all you need is to open the pde files and run them.

References