0

Given a plane, assuming that view direction and light direction are both fixed, there must be point which is the brightest point on that plane(where half vector equals to the normal vector).What is the terminology for that point?(Assuming we are using GGX)

Chris Guo
  • 7
  • 4

1 Answers1

1

I don't know if there's a specific standardized term for that point, but the general bright area is called the "highlight" or "specular highlight", and so the brightest point on it could be called the highlight peak or highlight center.

Nathan Reed
  • 25,002
  • 2
  • 68
  • 107