alecjacobson / computer-graphics-shader-pipeline

Computer Graphics Assignment about the Shader Pipeline
14 stars 24 forks source link

lit.fs Color coefficients #66

Closed rafiiary closed 2 years ago

rafiiary commented 2 years ago

We are supposed to pass in coefficients of ka, kd, and ks, as well as the phong exponent to the blinn-phong model. Is this defined somewhere for us or should we hardcode our own values?

rafiiary commented 2 years ago

Never mind just found out this is a duplicate #10