POV-Ray : Newsgroups : povray.unofficial.patches : no glow in megapov 0.6 : Re: no glow in megapov 0.6 Server Time
1 Sep 2024 22:14:54 EDT (-0400)
  Re: no glow in megapov 0.6  
From: Halbert
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

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