POV-Ray : Newsgroups : povray.binaries.images : glow sample image, 4 types : Re: glow sample image, 4 types Server Time
20 Aug 2024 02:18:48 EDT (-0400)
  Re: glow sample image, 4 types  
From: Jetlag
Date: 12 Sep 2000 00:41:09
Message: <39bdb3e5@news.povray.org>
> I'm not getting the new syntax, can you post a sample? I keep getting
"float
> expected, end of file found instead".

I think the *simplest* example would be:

glow { }

you should throw these in for good measure:

camera { location z*-10 }
box { 0,0 }

I believe 'glow { }' implies:

glow { color 1 location 0 type 0 size 1 }

An example of a 0.3->0.3.1 conversion would be:

glow { 2 color <.2,.3,.1> location <0,1,2> glow_type 0 }
--to--
glow { color <.4,.6,.2> location <0,1,2> type 0 }

You say it says "float expected"? Could you post the glow statement that
produces that? Oh, and make sure you're running the version you think you
are [check 'Help | About' or the console]. (I often have different versions
running at the same time and confuse myself regularly.)


Post a reply to this message

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