POV-Ray : Newsgroups : irtc.stills : Uploaded source has dissappeared Server Time
25 Apr 2024 12:39:18 EDT (-0400)
  Uploaded source has dissappeared (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Thomas de Groot
Subject: Re: Uploaded source has dissappeared
Date: 24 Jul 2010 04:01:39
Message: <4c4a9de3$1@news.povray.org>
I have made one small change to the plane's texture in order to remove far 
distance problems an dincrease render speed. But I am sure you know that :-) 
:

plane {y, 0
  texture {
    spherical
    texture_map {
      [0 pigment {rgb <1,1,1>}] //or whatever other (flat) texture
      [1 FracTex(5)]
    }
    scale 100
    translate -4*z
  }
  scale .5
}


Thomas


Post a reply to this message

From: Nekar Xenos
Subject: Re: Uploaded source has dissappeared
Date: 24 Jul 2010 06:19:12
Message: <op.vgcexqnxufxv4h@go-dynamite>
On Sat, 24 Jul 2010 10:01:35 +0200, Thomas de Groot  
<tDOTdegroot@interdotnlanotherdotnet> wrote:

> I have made one small change to the plane's texture in order to remove  
> far
> distance problems an dincrease render speed. But I am sure you know that  
> :-)
> :
>
> plane {y, 0
>   texture {
>     spherical
>     texture_map {
>       [0 pigment {rgb <1,1,1>}] //or whatever other (flat) texture
>       [1 FracTex(5)]
>     }
>     scale 100
>     translate -4*z
>   }
>   scale .5
> }
>
>
> Thomas
>
>
>
>
There is so much you can do with Pov-Ray ... :)

-Nekar Xenos-


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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