Is is possible to include a full texture in a color map, I keep getting an
error with the T_Chrome_5A setting below. Is there perhaps some other
technique for achieving the same thing?
What I'm attempting is to show a ripped up paper sign on a box. The Box
beneath is textured first with T_Chrome_5A , then an Image Map for the paper
sign. Then I want the paper to look damp and torn off, thus I have to apply
some T_Chrome_5A over the top of the Image Map. Hope this makes sense
texture {
pigment {
agate agate_turb 1
color_map {
[0 color Clear]
[0.9 color Tan]
[0.98 color Brown]
[0.999 color T_Chrome_5A]
}
}
scale 12
}
Post a reply to this message
|