|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I've downloaded the MegaPov (kewl!!! :)))), and rendered as first the demo-files
(demo.zip).
<br>The first of them (radiance.pov) shows a bug: the blue
cylinder was white (and ONLY white...like a self-illum object). Try is
self...
<p>Bye
<br> Paul
<p>Homepage: <A
HREF="http://www.alpharay.de">http://www.alpharay.de</A></html>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi, Paul. How about changing your system date to the correct setting
so everyone's newsreaders will sort the messages properly?
Could you please post in plain text, not HTML? Thanks.
On Thu, 01 Jan 1998 04:03:35 +0100, Paul Blaszczyk <3d### [at] alpharayde>
wrote:
><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
><html>
>I've downloaded the MegaPov (kewl!!! :)))), and rendered as first the demo-files
>(demo.zip).
><br>The first of them (radiance.pov) shows a bug: the blue
>cylinder was white (and ONLY white...like a self-illum object). Try is
>self...
><p>Bye
><br> Paul
><p>Homepage: <A
HREF="http://www.alpharay.de">http://www.alpharay.de</A></html>
--
Alan - ako### [at] povrayorg - a k o n g <at> p o v r a y <dot> o r g
http://www.povray.org - Home of the Persistence of Vision Ray Tracer
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This bug has something to do with the parsing of the color. If you change
the definition of the cylinder's color from:
color Blue*.7+<.3,.3,.3>
to
color(Blue*.7+<.3,.3,.3>)
then everything works fine. Must have something to do with the promotion
from 3d vector to 5d color.
-Nathan
>>---------------------------
Paul Blaszczyk <3d### [at] alpharayde> wrote in message
news:34AB0787.E32E988A@alpharay.de...
I've downloaded the MegaPov (kewl!!! :)))), and rendered as first the
demo-files (demo.zip).
The first of them (radiance.pov) shows a bug: the blue cylinder was white
(and ONLY white...like a self-illum object). Try is self...
Bye
Paul
Homepage: http://www.alpharay.de
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Found and fixed. It was a promotion problem that affected +,-,*,and /. The
problem was when you'd do somehting like color+vector. (vector+color would
be handled correctly).
-Nathan
Nathan Kopp <Nat### [at] Koppcom> wrote...
> This bug has something to do with the parsing of the color. If you change
> the definition of the cylinder's color from:
> color Blue*.7+<.3,.3,.3>
> to
> color(Blue*.7+<.3,.3,.3>)
> then everything works fine. Must have something to do with the promotion
> from 3d vector to 5d color.
>
> -Nathan
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nathan Kopp wrote:
>
> Found and fixed. It was a promotion problem that affected +,-,*,and /. The
> problem was when you'd do somehting like color+vector. (vector+color would
> be handled correctly).
How long before you are going to release a bug fix update ?
--
Ken Tyler - 1200+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Sorry, but i've set plain text in the settings...i don't know, why netscape have
sent html.
System date...yeah! I've yestarday reset my bios. Thx ;)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ken <tyl### [at] pacbellnet> wrote:
: How long before you are going to release a bug fix update ?
I think that it's better to wait for as many bug reports as possible and
fix all of them at once than releasing an incomplete version with a few
bug fixes every two days.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |