|
|
Thomas de Groot wrote:
> Personally, I find it easier to use RRand(min,max,R) from the rand.inc
Hm, looks good, didn't know it :)
> example:
> #declare R=seed(1010);
>
> object {.....
> rotate RRand(-1,1,R)*y
> ....
> }
The degrees are missing, but in this case one could just use
rotate RRand(-10,10,R)*y
Regards,
Florian
Post a reply to this message
|
|