Home Technical Talk

Help with an equation.

polycounter lvl 13
Offline / Send Message
16bit polycounter lvl 13
I have here an equation.

DSM.png

where I is the RGB color to be displayed for a given point on the
surface,kd is the RGB diffuse reflectance at the point,ka is the
RGB ambient illumination, l is the unit vector in the direction of
the light source, and n is the unit surface normal vector at the point.

From what I can guess. kd would be the models diffuse color or map. ka is the ambient light. l is the light vector. and n is the models normal.

What I don't know is what a comma does. How do you read (0, L.n)?
And what does it mean by kd max?

My best approximation is
ex1.png

Is this correct?

Replies

Sign In or Register to comment.