POV-Ray : Newsgroups : povray.animations : asteroid mpg : Re: asteroid mpg Server Time
28 Jul 2024 14:28:15 EDT (-0400)
  Re: asteroid mpg  
From: Ken
Date: 26 Dec 1999 22:08:21
Message: <3866D92E.48B50798@pacbell.net>
omniVERSE wrote:
> 
> Use the -GW command-line switch (or Warning_Console=Off in your Ini file) to
> turn off the warning about semicolons being needed, since they don't
> actually cause a real problem.
> 
> Bob

The real fix for this is to place a semi-colon after each declare in
the include file or even better download a new version of the include
file from Chris's site. He has updated all of his include files to be
compatible with the POV-Ray v3.1 syntax.

Examples of where the semi-colon is needed -

#declare Vector = <1,3,5>;
#declare Float = 12;
#declare RGB = rgb<1,0,.34>;
#declare RAND = seed(1234);

-- 
Wishing you Seasons Greetings and A Happy New Millennium !
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

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