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