POV-Ray : Newsgroups : povray.unofficial.patches : Errors on MPI Povray 3.1g Server Time
28 Mar 2024 22:13:34 EDT (-0400)
  Errors on MPI Povray 3.1g (Message 1 to 2 of 2)  
From: einarabelc5
Subject: Errors on MPI Povray 3.1g
Date: 9 May 2007 12:35:01
Message: <web.4641f7a8ba0065385fb7d6ee0@news.povray.org>
Hello:

I've been having the following error when running this version with mpirun

Persistence of Vision(tm) Ray Tracer Version 3.1g
  This is an unofficial version compiled by:
  Leon Verrall (leo### [at] sgicom)
  The POV-Ray Team(tm) is not responsible for supporting this version.
Copyright 1999 POV-Ray Team(tm)
Initializing MPI-POVRAY

Parsing (Slave PE 1)..    }
    scale s

   }
   finish{Luminous <----ERROR

/home/laudin/test/test01.pov:40: error: No matching } in finish,
undeclared identifier 'Luminous' found instead.


Now, by adding the "}" mark the same error occurs in the textures.inc file
at line 1224, which is part of the water texture:

#declare Water =
texture {
    pigment{ rgbf <0.0, 0.0, 1.0, 0.9> }
    normal {
        ripples 0.75
        frequency 10
    }
    finish {
        reflection {0.3, 1 fresnel}
        conserve_energy
    }
}

In this case with the reflection line, as you may see the "}" is there.

Any ideas about this error?

Thank You.


Post a reply to this message

From: Warp
Subject: Re: Errors on MPI Povray 3.1g
Date: 9 May 2007 12:54:57
Message: <4641fce1@news.povray.org>
einarabelc5 <ein### [at] hotmailcom> wrote:
> /home/laudin/test/test01.pov:40: error: No matching } in finish,
> undeclared identifier 'Luminous' found instead.

  Well, isn't the error message quite clear? There's no such identifier
as 'Luminous'.

>         reflection {0.3, 1 fresnel}
>         conserve_energy

  I don't think any of those features were supported by POV-Ray 3.1.

-- 
                                                          - Warp


Post a reply to this message

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