I am a new user of MaxScript.
1- I need to apply an image with a transparent color # 185 With rgb 255 0 255
the image is used also in POV_Ray
...
texture
{
pigment
{
image_map
{
gif ImageFile
once
transmit 185, 1.0 // rgb 255 0 255
}
}
}
...
2- with this I am able to display the image but with the transparent color
...
theBmp = openBitMap "Image.gif"
meditMaterials[23] = RaytraceMaterial ()
meditMaterials[23].diffusemap = bitmapTexture()
meditMaterials[23].diffusemap.bitmap = theBmp
meditMaterials[23].showInViewport = true
...
cylinder ...
material:meditMaterials[23]
3- I need help.
amelia
Anubis · 2009-05-21