Forum: Poser - OFFICIAL


Subject: Peeled, Painted worn , old Metal Shader/Material

TheAnimaGemini opened this issue on Oct 22, 2014 ยท 43 posts


bagginsbill posted Thu, 23 October 2014 at 7:33 AM

Let's apply the rust map (for that is what we've created) to choose between a paint or rust color, and show this in a diffuse reflection on the material.

p = Clouds(0, 1, Scale=.5, Complexity = 5)
t = .5
rust = Clamp(200 * (p - t))

paintColor = IColor(80, 103, 119)
rustColor = IColor(90, 30, 24)
color = Blend(paintColor, rustColor, rust)
diffuse = Diffuse(color, .8)

surface = View(diffuse)


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)