POV-Ray : Newsgroups : povray.general : How can we check if an object is within another object? : Re: How can we check if an object is within another object? Server Time
18 Apr 2024 15:36:24 EDT (-0400)
  Re: How can we check if an object is within another object?  
From: Kima
Date: 12 Jun 2020 11:10:00
Message: <web.5ee39a4b350b148ecc0fada0@news.povray.org>
I correct a typo in my loop:

  #local i = 0.1;
  #while(i<1000)
    #if(CONDITION)
      sphere{<0,0,0>,i }
      #break
    #end
  #local i = i+0.1;
  #end


Post a reply to this message

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