|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi all,
When rendering in MegaPov for the Mac I almost always get this error
bounds error, unreasonable size 14x
For every pixel it renders.
Not only puzzles ie me, but is also slows down rendering. But it get
weirder: when I pauze the render and then continue the stream of error
messages stops!
Confused? Well I know I am!
Jeroen
Post a reply to this message
|
|
| |
| |
|
|
From: Christoph Hormann
Subject: Re: bounds error, unreasonable size 14x in MacMegaPov 1.0
Date: 30 Jul 2003 05:43:23
Message: <3F27933B.74DB30B2@gmx.de>
|
|
|
| |
| |
|
|
Jeroen de Haan wrote:
>
> Hi all,
>
> When rendering in MegaPov for the Mac I almost always get this error
>
> bounds error, unreasonable size 14x
>
> For every pixel it renders.
>
> Not only puzzles ie me, but is also slows down rendering. But it get
> weirder: when I pauze the render and then continue the stream of error
> messages stops!
Without providing or at least telling something about the scene no one
will likely be able to provide any help.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 17 Jun. 2003 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 30 Jul 2003 11:43:23 +0200, Christoph Hormann <chr### [at] gmxde>
wrote:
> Without providing or at least telling something about the scene
... and your Mac hardware and software configuration ...
> no one will likely be able to provide any help.
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dear
This is a debug information only in using Radiosity.
octree.c
#ifdef RADSTATS
if (subtree->Id.Size < 100 || subtree->Id.Size > 140 )
{
Debug_Info("bounds error, unreasonable size %d\n", subtree->Id.Size);
}
ot_seeblockcount++;
#endif
In my case I make cut this debug information from source and compiling.
It is no useful and take more time in radiosity.
Y.Tanabe
Kobe,Japan
Jeroen de Haan wrote:
> Hi all,
>
> When rendering in MegaPov for the Mac I almost always get this error
>
> bounds error, unreasonable size 14x
>
> For every pixel it renders.
>
> Not only puzzles ie me, but is also slows down rendering. But it get
> weirder: when I pauze the render and then continue the stream of error
> messages stops!
>
> Confused? Well I know I am!
>
> Jeroen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jeroen de Haan <ota### [at] frotmailcum> wrote:
> When rendering in MegaPov for the Mac I almost always get this error
>
> bounds error, unreasonable size 14x
This is indeed related to radiosity like Mr. Tanabe said.
A long time ago I asked someone from the Pov-Ray Team (don't know who
anymore) for an explanation in how to avoid this.
At that time he could not explain it and somehow I got sidetracked and
never looked at it again.
If I recall well, there is no explanation in the docs either about this.
I don't think it is specific for the Mac version but most, if not all,
reports are from Mac users.
Perhaps someone can explain it now? ;-)
--
MacMegaPOV at:
http://users.skynet.be/smellenbergh
E-mail: yvo### [at] gmxnet
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3F2### [at] khrimorjp>, Y.Tanabe
<tec### [at] khrimorjp> wrote:
> Dear
>
> This is a debug information only in using Radiosity.
>
> octree.c
>
> #ifdef RADSTATS
> if (subtree->Id.Size < 100 || subtree->Id.Size > 140 )
> {
> Debug_Info("bounds error, unreasonable size %d\n", subtree->Id.Size);
> }
> ot_seeblockcount++;
> #endif
>
> In my case I make cut this debug information from source and compiling.
> It is no useful and take more time in radiosity.
>
> Y.Tanabe
> Kobe,Japan
Thanks!
Jeroen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |