POV-Ray : Newsgroups : povray.general : Infinite object question : Re: Infinite object question Server Time
6 Aug 2024 16:55:43 EDT (-0400)
  Re: Infinite object question  
From:
Date: 2 Apr 2002 17:25:23
Message: <mlbkauk9ph1b7ibh3mvbehd3nnrt12o4ih@4ax.com>
On Tue, 02 Apr 2002 17:18:56 -0600, Christopher James Huff <chr### [at] maccom>
wrote:
> You are mistaken. This message means exactly what it says, the camera is 
> inside the box. It has nothing to do with finite-vs-infinite

#local B=box{-1 0 inverse};
#local Test = 1+0*x;
#while(inside(B,Test))
  #local Test=Test+1;
#end

ABX


Post a reply to this message

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