Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    $\begingroup$ If Blend is adding additional Blender, then when using the Layer Weight node, what determines the IOR that it's using? I don't really understand the complex math enough to follow much from that link. Is there a way to translate IOR into a value between 0 and 1 and use it in layer weight accurately? And if you could, would that be even close to physically accurate? $\endgroup$
    – Ascalon
    Commented Apr 30, 2015 at 20:20
  • 1
    $\begingroup$ @Drudge I don't know if it's physically accurate (depends on the coding that developers know) but by comparing the results from both nodes on a test sphere you can use formula: IOR = 1 - log(1 - Blend) $\endgroup$ Commented Apr 30, 2015 at 20:36
  • $\begingroup$ Correction: That formula is wrong it has a different graph function than what it should. It matches in the border cases but that's all. See the plot what the graph is. $\endgroup$ Commented May 1, 2015 at 9:23
  • 6
    $\begingroup$ The formula is IOR = 1/(1 - blend) $\endgroup$
    – brecht
    Commented May 1, 2015 at 9:31