Hi all,
I'm hoping this is very easy and I am just being thick, but I seem to be unable to work out how to add a texture map to the diffuse channel of a Vray material via Maxscript. Is this easy enough?? Basically I want to add maps to diffuse and opacity automatically. This is how I am adding it when using a standard material :
theMaterial.diffusemap = bitmapTex bitmap:theMap
Any help greatly appreciated.
Paul
I'm hoping this is very easy and I am just being thick, but I seem to be unable to work out how to add a texture map to the diffuse channel of a Vray material via Maxscript. Is this easy enough?? Basically I want to add maps to diffuse and opacity automatically. This is how I am adding it when using a standard material :
theMaterial.diffusemap = bitmapTex bitmap:theMap
Any help greatly appreciated.
Paul
Comment