Forum: Poser - OFFICIAL


Subject: Cloth Procedural Shaders

basicwiz opened this issue on Aug 07, 2012 ยท 17 posts


bagginsbill posted Wed, 08 August 2012 at 9:16 AM

Here's a poser material like denim, made using this matmatic script.
from matmatic.loom import Loom

loom = Loom(":Runtime:python:matmatic:weaves:twill2.jpg", 4)

loom.WarpColor=  Clouds(IColor(20, 20, 30), IColor(10, 10, 40), .1)
loom.WeftColor = Clouds(IColor(100, 100, 120), IColor(40, 40, 60), .2)
loom.FiberColor = GRAY5
loom.BumpDepth = .02
s = loom.Generate(400)

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)