POV-Ray : Newsgroups : povray.unofficial.patches : Megapovplus glows : Re: Megapovplus glows Server Time
1 Sep 2024 22:17:18 EDT (-0400)
  Re: Megapovplus glows  
From: Gail Shaw
Date: 28 Sep 2000 08:47:00
Message: <39d33dc4@news.povray.org>
Another item on the to-do list.

Good to know. I really like glows.

>
> > Also pov-ray returns an error if a glow is the last thing in a scene.
>
> That is odd...

I tried the following as a test scene:

// start ********************************
camera {
 location <0,0,-5>
 look_at <0,0,0>
}

glow {
  location <0,0,0>
  color rgb <0.8,0.6,0>*2.5
  type 1
 }
// End****************************

and I got the following message:

--------------------------------------------------
  All Streams to console..........On
  Debug Stream to console.........On
  Fatal Stream to console.........On
  Render Stream to console........On
  Statistics Stream to console....On
  Warning Stream to console.......On

  type 1
 }

 <----ERROR

C:\My Documents\test.pov:10: error: object or directive expected but End of
File found instead.


Returned from renderer (non-zero return value)

-------------------------------------------------

If I put any object after the glow then the scene renders.

Gail
********************************************************************
* gsh### [at] monotixcoza              * System.dat not found.         *
* http://www.rucus.ru.ac.za/~gail/ * Reformat hard drive Y)es O)k  *
********************************************************************
* If at first you don't succeed, call it version 1.0               *
********************************************************************


Post a reply to this message

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