Where in the 3DS MAX materials write the shaders?

Announcements, requests and support regarding the 3DS MAX exporter
Post Reply
1 post • Page 1 of 1
oleg
Posts: 26
Joined: Mon Nov 07, 2016 1:40 am

Where in the 3DS MAX materials write the shaders?

Post by oleg » Sat Feb 03, 2018 4:50 am

Hello!

I wanted to make a simplified version of the car paint material ( https://www.indigorenderer.com/materials/materials/1322 ) and did not find where in the indigo materials in 3DS MAX, insert the code of the shader.

Code: Select all

def eval(vec3 pos) real :
  let
    scale = 10000.0
    r = gridNoise(getTexCoords(0) * scale)
	in
    if r > 0.7
    then
      r * 0.001  # Flake
    else
      0.002 # Base


Thank you in advance for your help.

Post Reply
1 post • Page 1 of 1

Who is online

Users browsing this forum: No registered users and 9 guests