POV-Ray : Newsgroups : povray.general : How can I iterate a function in POV script? : Re: How can I iterate a function in POV script? Server Time
11 Aug 2024 11:24:50 EDT (-0400)
  Re: How can I iterate a function in POV script?  
From: Matt Giwer
Date: 9 Aug 1999 05:18:19
Message: <37AE9CDE.72D24200@giwersworld.org>
Matt wrote:

> The BBC BASIC equivalent of what I want to do would be:
> ---------------------------
> FOR i = 1 to 4
> PROC spiral
> NEXT i
> END

	WHILE loop is used. The increment has to be stated. Very C like.


Post a reply to this message


Attachments:
Download 'us-ascii' (1 KB)

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