POV-Ray : Newsgroups : povray.unofficial.patches : Sampling in pov3.5 : Re: Sampling in pov3.5 Server Time
8 Jul 2024 17:42:14 EDT (-0400)
  Re: Sampling in pov3.5  
From: Anders K 
Date: 5 Jan 2003 19:07:41
Message: <3e18c8cd@news.povray.org>
Christoph Hormann wrote:
> I have made some first actual renders with new distributions, here are
> some results:

I'm curious -- could you also try random sampling, without using precomputed
tables?

Anders

--
#macro E(D)(#if(D<2)D#else#declare I=I+1;mod(pow(.5mod(I 6))*asc(substr(
"X0(1X([\\&Q@TV'YDGU`3F(-V[6Y4aL4XFUTD#N#F8\\A+F1BFO4`#bJN61EM8PFSbFA?C"
I/6 1))2)<1#end)#end#macro R(D,I,T,X,Y)#if(E(D))R(D-1I,T,Y/2X)R(D-1I,T+Y
/2Y/2X)#else box{T T+X+Y pigment{rgb E(2)*9}}#end#end R(10,5z*3-1v*2u*2)


Post a reply to this message

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