Notifications
Clear all
[Closed] Multiple Diffuse-Maps for one Material in VRay
Jan 13, 2014 9:27 pm
Hi everyone,
Doing a project where I need to visualize six Pillars in six different Colours (every other aspect of their Material is the same), I was wondering if there is something similar to Mental Rays “Sub Map”-Option in Vray, where I can channel six Diffuse Maps into one Material?
Thanks,
FelixP92
5 Replies
2 Replies
I hope this is what you looking for
multimap = VRayMultiSubTex texmap:(for i = 1 to 6 do (Checker name:("check#"+i as string) color1:(random black white) color2:(random black white)))
b = box mapcoords:on material:(VRayMtl texmap_diffuse:multimap)
meditmaterials[1] = b.mat
Jan 13, 2014 9:27 pm
Not sure you needed to post in the maxscript section of the forum, but anyway…
look for
MultiIDMap2 v1.0
I think that should get you what you want.
Cg.