POV-Ray : Newsgroups : povray.binaries.images : The final word on blurred reflection : Re: The final word on blurred reflection Server Time
17 Aug 2024 14:21:14 EDT (-0400)
  Re: The final word on blurred reflection  
From: Anton Sherwood
Date: 24 Oct 2001 03:17:13
Message: <3BD66C76.E67F2960@pobox.com>
> "Slime" <noo### [at] hotmailcom> wrote
		...
> >       #while (ix<pow(numiters,1/3)-1)
		...
> >        #while (iy<pow(numiters,1/3)-1)
		...
> >         #while (iz<pow(numiters,1/3)-1)
		...

Nekar Xenos wrote:
> Yup, looks a lot better and ten times slower...


I imagine this would help:

	#declare tert = pow(numiters,1/3)-1);
		...
	#while (ix<tert)
		...
	 #while (iy<tert)
		...
	  #while (iz<tert)


-- 
Anton Sherwood


Post a reply to this message

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