|
 |
RWard wrote:
>
> I have made some king of error here, but I can't find it....can anybody see
> it?
> plane
> {
> z, -1
> texture
> {
> pigment
> {
> image_map
> {
> png "d:\naut.png"
> interpolate 2 // smooth it
> once // don't tile image, just one copy
>
> }
> // transform it to unit-size (-1 to +1)
> translate -0.5*(x+y) // center on the origin
> scale 1 // make it unit-sized
> rotate <0,45,-45,>
> }
> finish {ambient 0.3 phong 2 phong_size 120 diffuse 1.2}
> } <------------------------
> }
You forgot to close your texture statement. Add the "}" as indicated
by the arrow above.
--
Ken Tyler
Post a reply to this message
|
 |