POV-Ray : Newsgroups : povray.general : Povray wishlist : Re: Povray wishlist Server Time
6 Aug 2024 19:31:57 EDT (-0400)
  Re: Povray wishlist  
From: David F 
Date: 20 Mar 2002 16:51:30
Message: <pan.2002.03.20.16.00.40.982234.16549@ameritech.net>
On Mon, 18 Mar 2002 08:20:31 -0600, Tom Melly wrote:

> A common beginner's mistake. Try:
> 
> // decrease step for higher quality
> #local Step = 20;
> intersection{
>   box{0,1 translate -0.5}
>   #local M = 0;
>   #while(M <= 360)
>     #local N = 0;
>     #while(N <= 360)
>       plane{x,1/2 rotate z*M rotate y*N}
>       #local N = N + Step;
>     #end
>     #local M = M + Step;
>   #end
>   pigment{Red}
> }

if only this code worked...

    #end
 
 
  <----ERROR
 
 
Parse Error: String too long.

-- 

David
smuchrusher <at> ameritech <dot> net
ICQ#: 118347772

3:25pm up 8 days, 18:40, 2 users, load average: 0.34, 0.17, 0.06


Post a reply to this message

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