POV-Ray : Newsgroups : povray.unofficial.patches : no glow in megapov 0.6 Server Time
2 Sep 2024 00:19:57 EDT (-0400)
  no glow in megapov 0.6 (Message 1 to 6 of 6)  
From: ingo
Subject: no glow in megapov 0.6
Date: 1 Oct 2000 19:10:33
Message: <8FC1A6D2seed7@204.213.191.228>
First Yvo, Rene, Nathan & all patchers,
Thank you!


With both glow examplefiles winmegapov 0.6 gives the error: ..., 
undeclared identifier 'glow' found instead.


Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Halbert
Subject: Re: no glow in megapov 0.6
Date: 1 Oct 2000 19:50:04
Message: <39d7cdac@news.povray.org>
I was just about to report the same thing:
Windows Megapov 0.6
here is some source that worked in Chris' patch that would produce a large
magenta glow in the center of the view (I changed the version number):

#version unofficial Megapov 0.6;

#include "colors.inc"

global_settings
{
  assumed_gamma 1.0
}

// ----------------------------------------
camera
{
  location  <0.0, 0.5, -4.0>
  direction 1.5*z
  right     4/3*x
  look_at   <0.0, 0.0,  0.0>
}

glow{
 size .01
 color rgb<.8,0.0,1.3>*2
 fade_power .7
 type 0
 warp{turbulence .05}
 location <0,0,0>
}

"ingo" <ing### [at] homenl> wrote in message
news:8FC1A6D2seed7@204.213.191.228...
> First Yvo, Rene, Nathan & all patchers,
> Thank you!
>
>
> With both glow examplefiles winmegapov 0.6 gives the error: ...,
> undeclared identifier 'glow' found instead.
>
>
> Ingo
>
> --
> Photography: http://members.home.nl/ingoogni/
> Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Nathan Kopp
Subject: Re: no glow in megapov 0.6
Date: 1 Oct 2000 21:27:35
Message: <39d7e487@news.povray.org>
"ingo" <ing### [at] homenl> wrote...
> First Yvo, Rene, Nathan & all patchers,
> Thank you!
>
>
> With both glow examplefiles winmegapov 0.6 gives the error: ...,
> undeclared identifier 'glow' found instead.

It appears that I was missing a few (actually, quite a few) important files
when I compiled.

Well, I grabbed the files from Yvo and Rene's site and (after a bit of
tweaking) recompiled.  Go grab the updated stuff.  Sorry about that.

-Nathan


Post a reply to this message

From: Halbert
Subject: Re: no glow in megapov 0.6
Date: 1 Oct 2000 23:19:38
Message: <39d7feca@news.povray.org>
"Nathan Kopp" <Nat### [at] Koppcom> wrote in message
news:39d7e487@news.povray.org...
> Well, I grabbed the files from Yvo and Rene's site and (after a bit of
> tweaking) recompiled.  Go grab the updated stuff.  Sorry about that.
>
> -Nathan

No need to apologize. Thanks for giving us new things to play with while we
wait for v3.5.


--


http://www.capital.net/~hhawkins


Post a reply to this message

From: Greg M  Johnson
Subject: Re: no glow in megapov 0.6
Date: 2 Oct 2000 15:29:17
Message: <39D8E0CD.BFD91C1C@my-dejanews.com>
Nathan Kopp wrote:

>  Go grab the updated stuff.  Sorry about that.

Very dumb question: does this mean there will be a 0.6a?


Post a reply to this message

From: Nathan Kopp
Subject: Re: no glow in megapov 0.6
Date: 3 Oct 2000 00:05:23
Message: <39d95b03@news.povray.org>
"Greg M. Johnson" <gre### [at] my-dejanewscom> wrote...
> Nathan Kopp wrote:
>
> >  Go grab the updated stuff.  Sorry about that.
>
> Very dumb question: does this mean there will be a 0.6a?

No, it's still called 0.6.  It was just a mistake on my part for not testing
it before releasing it.  I just grabbed what I thought was the latest source
files and compiled.  Unfortunately, I overlooked an email with a bunch of
updated files (the glow stuff).

-Nathan


Post a reply to this message

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