POV-Ray : Newsgroups : povray.general : Re: Povray bug : Re: Povray bug Server Time
13 Aug 2024 15:22:47 EDT (-0400)
  Re: Povray bug  
From: Ronald L  Parker
Date: 10 Aug 1998 02:06:10
Message: <35cd2332.26194900@news.povray.org>
On Sun, 09 Aug 1998 18:32:02 -0700, "K. Tyler" <tyl### [at] pacbellnet>
wrote:

>Steven Jones wrote:
>
>> I think I have found a bug in Pov-Ray!  When using a surface of
>> revolution object the program assumes the open keyword has been used
>> even when it is absent.  Does anyone know how to get around this?
>
>  According to the docs you may explicitly turn hollow off by
>adding the words "hollow off" in your SOR statement where you
>would normally place "hollow on" to achieve the opposite.

open and hollow aren't the same thing.

As for the bug, it would appear that it is (or was) so.  The function
Create_Sor in sor.c does not set the closed flag.  INIT_OBJECT_FIELDS,
defined in frame.h, sets the flag to zero (along with all the other
flags.)  Thus, by default, an SOR object is not closed.  

While this was a bug in version 3.0, however, It was not present in
3.1 beta 4, and I assume that it remains gone in beta 5.  This one's
gone, ladies and gents; there's nothing to see here.


Post a reply to this message

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