POV-Ray : Newsgroups : povray.unofficial.patches : A question on image_width : Re: A question on image_width Server Time
2 Sep 2024 04:12:42 EDT (-0400)
  Re: A question on image_width  
From: Nathan Kopp
Date: 19 May 2000 06:36:19
Message: <39251923$1@news.povray.org>
Mr. Art <mr.### [at] gcinet> wrote...
> Well, I tried this:
>
> #version unofficial MegaPov 0.5;
> #warning concat("Version Value is:",str(version,0,3),"\n")
>
> The value printed was 3.100 in MegaPOV
>
> Then I tried
> #warning concat("Version Value is:",str(version,0,3),"\n")
> in Official POV and got 3.100.

If you want to see the unofficial version number, use:
#warning concat("Unofficial Version Value
is:",str(unofficial_version,0,3),"\n")

-Nathan


Post a reply to this message

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