Announcement

Collapse
No announcement yet.

vray mat equation?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vray mat equation?

    I was just reading this in the Max SDK documentation:

    "Several standard MAX shaders, like the Aniso and ONB shaders, composite specular highlights over the diffuse light, and the calculation looks something like:

    color = diffuse * (1 - specular) + specular;

    This works fine as long as specular is between 0 and 1. If specular goes above 1, you get all kinds of unusual artifacts. This calculation is done this way to prevent color clipping because of bright specular highlights..."

    This might be one of the reasons why these shaders have problems with VRay - very bright specular highlights are not unusual in VRay...

    Best regards,
    Vlado
    whats the equation of vray mat?
    specially: which values are involved in the gi calculation?
    is it only diffuse or does specular as well contribute to the result?

    -oconv

  • #2
    The contribution of an object to the GI of other objects depends both on its diffuse as well as specular components - for example, you can get GI caustics...

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment

    Working...
    X