POV-Ray : Newsgroups : povray.general : Error message Server Time
6 Aug 2024 02:23:35 EDT (-0400)
  Error message (Message 1 to 6 of 6)  
From: Zeger Knaepen
Subject: Error message
Date: 21 May 2002 23:30:24
Message: <3ceb10d0@news.povray.org>
While tracing my Star Destroyer model, I get this warning or error message or
whatever it is:
Illegal grid value in dda_traversal().
But it doesn't seem to affect the image or the tracing-process.
What does it mean?

cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Error message
Date: 21 May 2002 23:31:03
Message: <3ceb10f7@news.povray.org>
"Zeger Knaepen" <zeg### [at] studentkuleuvenacbe> schreef in bericht
news:3ceb10d0@news.povray.org...
> While tracing my Star Destroyer model, I get this warning or error message or
> whatever it is:
> Illegal grid value in dda_traversal().
> But it doesn't seem to affect the image or the tracing-process.
> What does it mean?
Oh, I forgot to mention that my model contains LOTS of height_fields used in
CSG...

cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf


Post a reply to this message

From: Ken
Subject: Re: Error message
Date: 22 May 2002 00:27:45
Message: <3CEB1EEB.E6D418C8@pacbell.net>
Zeger Knaepen wrote:
> 
> While tracing my Star Destroyer model, I get this warning or error message or
> whatever it is:
> Illegal grid value in dda_traversal().
> But it doesn't seem to affect the image or the tracing-process.
> What does it mean?

Please see -
http://www.students.tut.fi/~warp/povQandT/miscQandT.html#ddatraversal

-- 
Ken Tyler


Post a reply to this message

From: Tim Nikias
Subject: Re: Error message
Date: 22 May 2002 00:30:06
Message: <3CEB1EB2.34CF5FB9@gmx.de>
I think POV tells this when it actually hits the heightfield,
but the ray passes right between two triangles. POV-Ray
knows it should have hit something (it should hit the heightfield)
but cannot get a "legal value".
But I'm not too sure. One of the POV-Team will revelate you
sometime these next days, probably...

Zeger Knaepen wrote:

> "Zeger Knaepen" <zeg### [at] studentkuleuvenacbe> schreef in bericht
> news:3ceb10d0@news.povray.org...
> > While tracing my Star Destroyer model, I get this warning or error message or
> > whatever it is:
> > Illegal grid value in dda_traversal().
> > But it doesn't seem to affect the image or the tracing-process.
> > What does it mean?
> Oh, I forgot to mention that my model contains LOTS of height_fields used in
> CSG...
>
> cu!
> --
> camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
> ;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
> ;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
> <.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf

--
Tim Nikias
Homepage: http://www.digitaltwilight.de/no_lights/index.html
Email: Tim### [at] gmxde


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Error message
Date: 22 May 2002 03:41:05
Message: <3ceb4b91$1@news.povray.org>
In article <3CEB1EEB.E6D418C8@pacbell.net> , Ken <tyl### [at] pacbellnet>  
wrote:

>
>
> Zeger Knaepen wrote:
>>
>> While tracing my Star Destroyer model, I get this warning or error message or
>> whatever it is:
>> Illegal grid value in dda_traversal().
>> But it doesn't seem to affect the image or the tracing-process.
>> What does it mean?
>
> Please see -
> http://www.students.tut.fi/~warp/povQandT/miscQandT.html#ddatraversal

Or in the new 3.5 docs, section 9.5.2 .

    Thorsten


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Error message
Date: 22 May 2002 09:26:56
Message: <3ceb9ca0@news.povray.org>
"Ken" <tyl### [at] pacbellnet> schreef in bericht
news:3CEB1EEB.E6D418C8@pacbell.net...
> Please see -
> http://www.students.tut.fi/~warp/povQandT/miscQandT.html#ddatraversal
Thanks!

cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf


Post a reply to this message

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