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

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