|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"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
|
|
| |
| |
|
|
|
|
| |