POV-Ray : Newsgroups : povray.general : Odd error... Server Time
7 Aug 2024 19:19:55 EDT (-0400)
  Odd error... (Message 1 to 3 of 3)  
From: Bill DeWitt
Subject: Odd error...
Date: 26 Jul 2001 19:48:06
Message: <3b60ac36$1@news.povray.org>
// Desc: Isosurface gravity wells of planets
// Date: 072601
// Auth: Bill DeWitt
/////////////////////////////////////////////////
#declare camera_right     = <-4

error:Numeric expression expected but float constant found instead


This is happening to every one of my files that previously worked. The error
occurs on my insert menu header, before it even gets to the main script.
Here's the whole thing.

 //////////////////////////////////////////////
//           Pov-Ray Scene File           ///
////////////////////////////////////////////
// File: GravityWell 110.pov
// Vers: MegaPOV 0.7
// Desc: Isosurface gravity wells of planets
// Date: 072601
// Auth: Bill DeWitt
/////////////////////////////////////////////////
#declare camera_right     = <-4/3, 0.0, 0.0 >;///
#declare camera_up        = < 0.0, 1.0, 0.0 >;///
#declare camera_direction = < 0.0, 0.0, 1.0 >;///
#declare camera_location  = < 1.0, 2.0, 2.0 >;///
#declare camera_look_at   = < 0.0, 0.0, 0.0 >;///


    Nothing there to give it a problem as far as I can see. I am using
MegaPOV 0.7 on Win98


Post a reply to this message

From: Bill DeWitt
Subject: Re: Odd error...
Date: 27 Jul 2001 07:49:02
Message: <3b61552e$1@news.povray.org>
A reboot seems to have fixed the problem, which is kinda scary in
itself.


"Bill DeWitt" <bde### [at] cflrrcom> wrote in message
news:3b60ac36$1@news.povray.org...
>
> // Desc: Isosurface gravity wells of planets
> // Date: 072601
> // Auth: Bill DeWitt
> /////////////////////////////////////////////////
> #declare camera_right     = <-4
>
> error:Numeric expression expected but float constant found instead
>
>
> This is happening to every one of my files that previously worked. The
error
> occurs on my insert menu header, before it even gets to the main script.
> Here's the whole thing.
>
>  //////////////////////////////////////////////
> //           Pov-Ray Scene File           ///
> ////////////////////////////////////////////
> // File: GravityWell 110.pov
> // Vers: MegaPOV 0.7
> // Desc: Isosurface gravity wells of planets
> // Date: 072601
> // Auth: Bill DeWitt
> /////////////////////////////////////////////////
> #declare camera_right     = <-4/3, 0.0, 0.0 >;///
> #declare camera_up        = < 0.0, 1.0, 0.0 >;///
> #declare camera_direction = < 0.0, 0.0, 1.0 >;///
> #declare camera_location  = < 1.0, 2.0, 2.0 >;///
> #declare camera_look_at   = < 0.0, 0.0, 0.0 >;///
>
>
>     Nothing there to give it a problem as far as I can see. I am using
> MegaPOV 0.7 on Win98
>
>


Post a reply to this message

From: Vahur Krouverk
Subject: Re: Odd error...
Date: 28 Jul 2001 14:03:27
Message: <3B62FF43.FA42363E@comtrade.ee>
Bill DeWitt wrote:
> 
>     A reboot seems to have fixed the problem, which is kinda scary in
> itself.

I don't think, that it is about rebooting, although MS want us to think,
that it solves all the problems :-)
I had similar problems from time to time and it seems, that it is error
in MegaPOV: if version number is not given in code, then it will be
uninitialized or overwritten (haven't found exact reason yet). So, if
this problem appears again, then add version line as first one to scene.


Post a reply to this message

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