Announcement

Collapse
No announcement yet.

Fog bias back in the UI

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

  • Fog bias back in the UI

    Hi, did a search but didn't find anything about it - is there a setting that would allow me to have the fog bias back in my vrayMtl UI?

  • #2
    This thread should answer you. You can still control the parameter via MaxScript. Select an object, which has the material applied and run this:
    Code:
    m=$.material
    m.refraction_fogBias=<value>
    Aleksandar Hadzhiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Originally posted by hermit.crab View Post
      This thread should answer you. You can still control the parameter via MaxScript. Select an object, which has the material applied and run this:
      Code:
      m=$.material
      m.refraction_fogBias=<value>
      Thanks! I'll read the thread. I don't understand why it was removed tho', it was really useful...

      Comment

      Working...
      X