Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualsheep19

Posted 22 September 2012 - 08:43 AM


const Vector3 viewDir = -ray.d; // d is a unit vector


I don't think ray.d is normalized as well.


You seem to be contradicting the comments in your own code.


Sorry. Most of that code was given to us by the lab assistant, and I didn't notice it Posted Image
I meant specular light, not diffuse, my bad again.

#1sheep19

Posted 22 September 2012 - 08:42 AM


const Vector3 viewDir = -ray.d; // d is a unit vector


I don't think ray.d is normalized as well.


You seem to be contradicting the comments in your own code.


Sorry. Most of that code was given to us by the lab assistant, and I didn't notice it :)
I meant specular light, my bad again.

PARTNERS