|
|
Excuse me if this has been answered.
If I declare a function from an image map like so:
#declare Image = pigment{ image_map{ "goth.bmp" once} }
#declare f_Image = function{ pigment{Image} }
then use the function as a pigment:
plane{
-z, 0
pigment{ function{f_Image(x,y,z).gray} }
}
....it works but everywhere outside <0,0,0> to <1,1,0> on the plane is set to
a medium shade of gray. Am I doing something wrong?
Janger
Post a reply to this message
|
|