POV-Ray : Newsgroups : povray.binaries.scene-files : where is the error? : Re: where is the error? Server Time
2 Sep 2024 14:16:57 EDT (-0400)
  Re: where is the error?  
From: Ken
Date: 21 Jan 2001 11:24:54
Message: <3A6B0DBA.5B5DB56B@pacbell.net>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.