Conductive versus non-conductive materials

Does anyone have a basic explanation of why conductive materials change the color of their reflections, and why non-conductive materials don’t? I feel like I’d have less a struggle with glossy materials if I had some idea what’s going on here.

Also, what other optical properties does conductivity have?

The difference comes from the Fresnel equations: For dielectric (“regular”) materials, the Fresnel term is a simple factor, while for Conductors it depends on the wavelength (and therefore is different for the three color channels).
The Cycles Fresnel node implements the dielectric term, which just depends on a single IOR.
The conductive term depends on both IOR and an absorption coefficient, both of which are different for each color component. That’s what the NK data in e.g. LuxRender is.

If you need conductive Fresnel, you can use the “Fresnel Conductive” OSL template (as long as you render on the CPU). Just use the Color output of the node as the input of your Glossy shader.
As for the N and K values, I’ve converted some of the data from http://refractiveindex.com to RGB, the result is here.

2 Likes

Two notes on that linked thread:

  • The node setup there is an approximation of even another approximation (Schlick fresnel, from the linked paper), so it’s not really that accurate…
  • The claim that you can’t use NK values in Cycles is wrong - you can convert the measured values to RGB by multiplying the measured curve with each of the X, Y and Z reference curves and integrate over the products to get the XYZ value of N or K. From there, it’s a simple matrix multiplication to get RGB values. It’s not perfect, but it’s certainly not impossible.

Thank you lukas. You’ve given me some starting point.

I am guessing this is why some metals have strange color qualities, such as copper’s bluish tinge?

would be interesting to see nodes set up for this new way !

hope we do get a new node to do that in cycles soon !

happy bl

nice but have to read more about it
don’t see how to adjust the n and k value yet !

I saw one nice chocofur site for intro to nodes
looks very nice indeed

on this site how do you select the metal ?

http://refractiveindex.info/?shelf=main&book=Ag&page=Rakic

thanks
happy bl

not certain how this metal selection node works to set the N and K value and may be colors
Is that one like a custom node may be ?

thanks

just pluge n&k from _nk (metal) in n&k _FresnelDielectricConductor or _Metallic Fresnel Node and the color output in one glossy shader - thats it!

just trying to understand how this node work!

thanks
happy bl

RickyBlender i’ve updated the blend - a few nodes were missing :confused:

you mean file in last post!

I would like to add other metals
would be interesting to test how they render

do you know if there will be some new node added to do that in cycles ?
I think we need some new one
Fresnel does not seem to work very well in many cases

thanks
happy bl

I ask how you did the conversion to rgb?
The link is dead since pastel doesnt work no more