Page 1 of 1

Carpaint

Posted: Wed Jun 16, 2021 7:05 am
by Dez!
is it possible to get all settings of all presets of the Carpaint node?

Re: Carpaint

Posted: Wed Jun 16, 2021 9:21 am
by Dade
They are here: https://github.com/LuxCoreRender/LuxCor ... t.cpp#L463

Code: Select all

  {"ford f8",
   {0.0012f, 0.0015f, 0.0018f},
   {0.0049f, 0.0076f, 0.0120f},
   {0.0100f, 0.0130f, 0.0180f},
   {0.0070f, 0.0065f, 0.0077f},
    0.1500f, 0.0870f, 0.9000f,
    0.3200f, 0.1100f, 0.0130f},
The array has the name (for instance "ford f8") than:

- kd parameter (color)
- ks1 parameter (color)
- ks2 parameter (color)
- ks3 parameter (color)
- r1 parameter (scalar)
- r2 parameter (scalar)
- r3 parameter (scalar)
- m1 parameter (scalar)
- m2 parameter (scalar)
- m3 parameter (scalar)

4 colors and 6 single values.

Re: Carpaint

Posted: Wed Jun 16, 2021 9:27 am
by Dez!
thank you so much!

Re: Carpaint

Posted: Wed Oct 13, 2021 7:04 am
by Dez!
Nice!
Image