Autodesk / standard-surface

White paper describing the Autodesk Standard Surface shader.
Apache License 2.0
341 stars 25 forks source link

Where can I get metal and sheen implementations #10

Open FeiLongXu opened 4 years ago

FeiLongXu commented 4 years ago

Because I want to use this standard material in cycles, but cycles does not provide the implementation of metal and sheen

iliyang commented 4 years ago

I'm afraid we currently don't provide reference implementations of the basic closures. We are planning to expand our reference implementations, however. But here's some guidance:

  1. The metal closure is a standard GGX microfacet conductor closure whose complex IOR parameters eta and kappa are computed using Gulbrandsen's mapping (see white paper for details).
  2. The sheen closure is the one by Estevez and Kulla [2017] as discussed in the white paper.