POV-Ray : Newsgroups : povray.general : why is math failing? : Re: why is math failing? Server Time
2 Aug 2024 02:28:51 EDT (-0400)
  Re: why is math failing?  
From: Slime
Date: 8 Feb 2005 00:15:25
Message: <42084aed@news.povray.org>
The following scene parsed and rendered for me without any problems in
POV-Ray 3.6.1:

#declare Cylndr018 = sphere{0,1}
#declare Cylndr017 = object {
  object { // Cylndr017->Cylndr018
    Cylndr018
    rotate -0.0*y
    translate  -1.5*x
  }
}
object {Cylndr017}

So the issue probably has something to do with the way you've included the
file or some other code within your script.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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