POV-Ray : Newsgroups : povray.general : Should this take 5 mins to render? : Should this take 5 mins to render? Server Time
7 Aug 2024 11:19:40 EDT (-0400)
  Should this take 5 mins to render?  
From: Rob Brown-Bayliss
Date: 2 Oct 2001 19:16:46
Message: <3bba4ade@news.povray.org>
I am rendering one instance of this object, nothiung else and it's taking
5 mins.  But other (lathe) objects take around 1 min under teh same
lighting conditions, and same texture...

#local Scol = difference
{
		#local Count=0;
		#while (Count < 50)
		object
		{
			torus {6.3,1.2}
			translate <0,0.1 * Count,0>
		}
		#local Count=Count+1;
		#end
		
		box {<-10,-10,-10>,<10,10,0>}

	
	texture 
	{ 
		Cowling
	}
}

-- 

  Rob Brown-Bayliss
 ---======o======---


Post a reply to this message

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