POV-Ray : Newsgroups : povray.general : Odd error... : Re: Odd error... Server Time
7 Aug 2024 17:25:20 EDT (-0400)
  Re: Odd error...  
From: Bill DeWitt
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

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