Notifications
Clear all

[Closed] Multiple Diffuse-Maps for one Material in VRay

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
(@gazybara)
Joined: 11 months ago

Posts: 0

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
(@felixp92)
Joined: 11 months ago

Posts: 0

Thanks, that was what I was looking for!
Cheers

Not sure you needed to post in the maxscript section of the forum, but anyway…

look for
MultiIDMap2 v1.0

on
http://www.maxplugins.de

I think that should get you what you want.

Cg.

Yep.That. I already showed example in above code