POV-Ray : Newsgroups : povray.unofficial.patches : Megapov error whith skyvase.pov Server Time
1 Sep 2024 14:34:15 EDT (-0400)
  Megapov error whith skyvase.pov (Message 1 to 10 of 14)  
Goto Latest 10 Messages Next 4 Messages >>>
From: Steve
Subject: Megapov error whith skyvase.pov
Date: 28 May 2001 08:47:10
Message: <slrn9h4i44.nvj.steve@zero-pps.localdomain>
Hi all

When trying to render skyvase with megapov, versions:

3.1g.mp+.0.5a.0.2.5b (UniMegaPOVPlus 0.5a mod 0.2.5b).Linux.gcc
3.1g.mp.0.6.2 (mPov 0.6.2).Linux.gcc
3.1g.mp.0.7.0 (mPov 0.7.0).Linux.gcc

I get the error message:

Parsing.......    pigment { FBM_Clouds }
    finish { ambient 1.0 diffuse 0 }
}
texture {                          // The darker underside of the clouds
    pigment { FBM_Clouds  translate -0.15* <----ERROR

/usr/local/lib/povray31/include/textures.inc:335: error: No matching } in pigment, *
found
instead.

It renders fine (though slower than standard 3.1g), with version 3.1g.ump.0.4
(UniMegaPov
0.4).Linux.gcc.

This has all probably been discovered before, but I wan't aware of the problem
(whatever
it is). 

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  1:32pm  up 115 days, 14:21,  2 users,  load average: 1.07, 1.18, 1.24


Post a reply to this message

From: Ken
Subject: Re: Megapov error whith skyvase.pov
Date: 28 May 2001 09:07:29
Message: <3B124E55.B3EE2B18@pacbell.net>
Steve wrote:
> 
> Hi all
> 
> When trying to render skyvase with megapov, versions:
> 
> 3.1g.mp+.0.5a.0.2.5b (UniMegaPOVPlus 0.5a mod 0.2.5b).Linux.gcc
> 3.1g.mp.0.6.2 (mPov 0.6.2).Linux.gcc
> 3.1g.mp.0.7.0 (mPov 0.7.0).Linux.gcc
> 
> I get the error message:
> 
> Parsing.......    pigment { FBM_Clouds }
>     finish { ambient 1.0 diffuse 0 }
> }
> texture {                          // The darker underside of the clouds
>     pigment { FBM_Clouds  translate -0.15* <----ERROR
> 
> /usr/local/lib/povray31/include/textures.inc:335: error: No matching } in pigment, *
found
> instead.
> 
> It renders fine (though slower than standard 3.1g), with version 3.1g.ump.0.4
(UniMegaPov
> 0.4).Linux.gcc.
> 
> This has all probably been discovered before, but I wan't aware of the problem
(whatever
> it is).

My official version of skyvase does not have "pigment { FBM_Clouds }"
clouds anywhere in the file. You are probably using a custom version
of the file. Anyway you cannot have a finish statement, declared or
otherwise, within a pigment statement which would explain the error
message.

-- 
Ken Tyler


Post a reply to this message

From: Steve
Subject: Re: Megapov error whith skyvase.pov
Date: 28 May 2001 10:48:35
Message: <slrn9h4p8b.oer.steve@zero-pps.localdomain>
On Mon, 28 May 2001 06:10:45 -0700, Ken wrote:

>> /usr/local/lib/povray31/include/textures.inc:335: error: No matching } in pigment,
* found
>> instead.

>My official version of skyvase does not have "pigment { FBM_Clouds }"
>clouds anywhere in the file. You are probably using a custom version
>of the file. Anyway you cannot have a finish statement, declared or
>otherwise, within a pigment statement which would explain the error
>message.

It renders fine in standard 3.1g, and no mention of { FBM_Clouds } in my 
copy.  I've just rendered a scene with textures.inc included, but get no 
errors.  Here is what FBM_Clouds looks like in textures.inc:

#declare FBM_Clouds =
pigment {
    bozo
    turbulence 0.65
    octaves 6
    omega 0.7
    lambda 2
    color_map { 
        [0.0 rgb 0.85]
        [0.1 rgb 0.75] 
        [0.5 rgb 0.75] 
        [0.5 rgbf <1,1,1,1>]
    } 
scale <6, 1, 6>
}

None of the textures/pigments called from textures.inc include this pigment. 

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  3:20pm  up 115 days, 16:09,  2 users,  load average: 1.18, 1.16, 1.10


Post a reply to this message

From: Steve
Subject: Re: Megapov error whith skyvase.pov
Date: 28 May 2001 13:20:07
Message: <slrn9h524i.ool.steve@zero-pps.localdomain>
My Mistake.

It is to do with the command line option +b1000.  Really strange that I get
the error that I'm getting though and with varying results with different
POV/Mega versions.  

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  6:15pm  up 115 days, 19:03,  3 users,  load average: 1.95, 1.68, 1.50


Post a reply to this message

From: Bob H 
Subject: Re: Megapov error whith skyvase.pov
Date: 29 May 2001 06:20:49
Message: <3b137801$1@news.povray.org>
Memory trouble perhaps.  Different compilations, different ways of handling
it, maybe explains something.

Bob H.

"Steve" <ste### [at] zeroppsuklinuxnet> wrote in message
news:slr### [at] zero-ppslocaldomain...
>
> It is to do with the command line option +b1000.  Really strange that I
get
> the error that I'm getting though and with varying results with different
> POV/Mega versions.


Post a reply to this message

From: Steve
Subject: Re: Megapov error whith skyvase.pov
Date: 29 May 2001 14:47:56
Message: <slrn9h7pvn.r6q.steve@zero-pps.localdomain>
On Tue, 29 May 2001 05:20:34 -0500, Bob H. wrote:
>Memory trouble perhaps.  Different compilations, different ways of handling
>it, maybe explains something.
>
>Bob H.
>
>"Steve" <ste### [at] zeroppsuklinuxnet> wrote in message
>news:slr### [at] zero-ppslocaldomain...
>>
>> It is to do with the command line option +b1000.  Really strange that I
>get
>> the error that I'm getting though and with varying results with different
>> POV/Mega versions.

I was unclear there, I meant some give me the error, and some don't. 

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  7:13pm  up 116 days, 20:01,  2 users,  load average: 1.26, 1.17, 1.11


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Megapov error whith skyvase.pov
Date: 29 May 2001 16:53:17
Message: <3b140c3d@news.povray.org>
In article <3b137801$1@news.povray.org> , "Bob H." <omn### [at] msncom> 
wrote:

> Memory trouble perhaps.  Different compilations, different ways of handling
> it, maybe explains something.

Skyvase.pov only uses a few KB of memory, you could render it on a system
with one MB of RAM...


   Thorsten


Post a reply to this message

From: Bob H 
Subject: Re: Megapov error whith skyvase.pov
Date: 29 May 2001 19:13:48
Message: <3b142d2c$1@news.povray.org>
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3b140c3d@news.povray.org...
> In article <3b137801$1@news.povray.org> , "Bob H." <omn### [at] msncom>
> wrote:
>
> > Memory trouble perhaps.  Different compilations, different ways of
handling
> > it, maybe explains something.
>
> Skyvase.pov only uses a few KB of memory, you could render it on a system
> with one MB of RAM...

Yes, but couldn't the +b1000 throw a wrench into the works?  That's what I
was getting at anyway.  Obviously it is not a large number (1 MB) but I was
grasping at straws there, memory use flaw type thing.

Bob H.


Post a reply to this message

From: Steve
Subject: Re: Megapov error whith skyvase.pov
Date: 30 May 2001 02:15:53
Message: <slrn9h8f7o.uvu.steve@zero-pps.localdomain>
On Tue, 29 May 2001 18:13:28 -0500, Bob H. wrote:

>Yes, but couldn't the +b1000 throw a wrench into the works?  That's what I
>was getting at anyway.  Obviously it is not a large number (1 MB) but I was
>grasping at straws there, memory use flaw type thing.

I was thinking something on the same lines, but the error message is quite 
spurious if that is the case. 

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  1:19am  up 117 days,  2:08,  2 users,  load average: 1.17, 1.11, 1.03


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Megapov error whith skyvase.pov
Date: 30 May 2001 03:26:56
Message: <3b14a0c0@news.povray.org>
In article <3b142d2c$1@news.povray.org> , "Bob H." <omn### [at] msncom> 
wrote:

> Yes, but couldn't the +b1000 throw a wrench into the works?

No, it actually reduces memory use compared to say +b1 (a few bytes only in
skyvase.pov in either case).  You could set it to +b1000000 and it would not
require more memory than +b1000 in any case.


    Thorsten


____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

Goto Latest 10 Messages Next 4 Messages >>>

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