POV-Ray : Newsgroups : povray.advanced-users : Is there a way : Re: Is there a way Server Time
29 Jul 2024 22:31:38 EDT (-0400)
  Re: Is there a way  
From: Pete
Date: 20 Sep 2000 20:33:27
Message: <217.298T2910T12026459PeterC@nym.alias.net>
Mick wrote:

>Is there a way of  doing

>    x (+ or -) y ?

>Mick


  D'ya mean like ...

  #declare randomness = 0.5;  // plus or minus up to this amount
  #declare xx = (0.5 - rand(rseed)) * randomness;

  ?

Pete


Post a reply to this message

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