|
|
How do I get a semi-transparent image map?
Say I wanted the code for the following to put an image in front of my model
to see how it compares:
box{0,<1,1,.1>
texture{
pigment{
image_map{
jpeg "man2_template.jpg"
//[IMAGE_MAP_MODS...]
}
}
finish{diffuse 0 ambient 1}}
scale 100
translate <-50,-50,250>+265*z
}
Post a reply to this message
|
|
|
|
desperation proved a noble teacher:
box{0,<1,1,.1>
texture{
pigment{
image_map{
jpeg "SKULL.jpg"
filter all 0.5
}
}
finish{diffuse 0 ambient 1}}
scale 14.5*<641,373,1>/641
translate <-33,28.,250> -265*z
}
Post a reply to this message
|
|