POV-Ray : Newsgroups : povray.unofficial.patches : Odd result with MegaPov 0.5 Server Time
2 Sep 2024 06:19:22 EDT (-0400)
  Odd result with MegaPov 0.5 (Message 1 to 10 of 11)  
Goto Latest 10 Messages Next 1 Messages >>>
From: Darcy Johnston
Subject: Odd result with MegaPov 0.5
Date: 27 May 2000 18:36:58
Message: <39304e0a$1@news.povray.org>
I'm developing a scene using Jaimes Vives' non-media clouds include file.
Oddly enough, when I use MegaPov 0.5 and use the line
#version unofficial MegaPov 0.5;
the clouds disappear. If I change the 0.5 back to 0.4 but still use the same
binary, the clouds reappear.
Has anyone else had similar problems? Is this just a side effect from a new
feature, or is it bug?

Darcy


Post a reply to this message

From: H  E  Day
Subject: Re: Odd result with MegaPov 0.5
Date: 27 May 2000 20:50:52
Message: <01bfc83e$95a354a0$9b7889d0@daysix>
Darcy Johnston <djo### [at] inamecomNOSPAM> wrote in article
<39304e0a$1@news.povray.org>...
> I'm developing a scene using Jaimes Vives' non-media clouds include file.
> Oddly enough, when I use MegaPov 0.5 and use the line
> #version unofficial MegaPov 0.5;
> the clouds disappear. If I change the 0.5 back to 0.4 but still use the
same
> binary, the clouds reappear.
> Has anyone else had similar problems? Is this just a side effect from a
new
> feature, or is it bug?

I don't know.   I have had other problems, though.  The most serious is the
disc object.  Whenever combined with any other primitive, it causes the
intersection, difference, whatever, to disappear. This is especially
noticable when you #declare the object and use it over and over again. None
show.  Nathan, I know you're gonna read this, so is there anything you can
do about it??

H.E. Day
<><


Post a reply to this message

From: Abe
Subject: Re: Odd result with MegaPov 0.5
Date: 27 May 2000 21:53:51
Message: <39307BE1.682974EE@taconic.net>
I've run into this problem using the granite pattern (on which I think 
Vives' clouds were based). I wonder if this is a result of the
re-hashing of the noise, bozo, etc. patterns. 
For a fix try decreasing the color_map indecies.

Abe

Darcy Johnston wrote:
> 
> I'm developing a scene using Jaimes Vives' non-media clouds include file.
> Oddly enough, when I use MegaPov 0.5 and use the line
> #version unofficial MegaPov 0.5;
> the clouds disappear. If I change the 0.5 back to 0.4 but still use the same
> binary, the clouds reappear.
> Has anyone else had similar problems? Is this just a side effect from a new
> feature, or is it bug?
> 
> Darcy


Post a reply to this message

From: kane
Subject: Re: Odd result with MegaPov 0.5
Date: 27 May 2000 23:39:24
Message: <393094ec@news.povray.org>
Darcy Johnston <djo### [at] inamecomNOSPAM> wrote in message
news:39304e0a$1@news.povray.org...
> I'm developing a scene using Jaimes Vives' non-media clouds include file.
> Oddly enough, when I use MegaPov 0.5 and use the line
> #version unofficial MegaPov 0.5;
> the clouds disappear. If I change the 0.5 back to 0.4 but still use the
same
> binary, the clouds reappear.
> Has anyone else had similar problems? Is this just a side effect from a
new
> feature, or is it bug?
>

  Yes, I've had a similar problem with the lensflare or lenseffects. I don't
understand it, with 0.5 its gone, 0.4 its there.  Hmmm.
          Kane


Post a reply to this message

From: Margus Ramst
Subject: Re: Odd result with MegaPov 0.5
Date: 28 May 2000 09:10:49
Message: <39310CE8.7A2B9B79@peak.edu.ee>
Darcy Johnston wrote:
> 
> I'm developing a scene using Jaimes Vives' non-media clouds include file.
> Oddly enough, when I use MegaPov 0.5 and use the line
> #version unofficial MegaPov 0.5;
> the clouds disappear. If I change the 0.5 back to 0.4 but still use the same
> binary, the clouds reappear.
> Has anyone else had similar problems? Is this just a side effect from a new
> feature, or is it bug?
> 

I had very similar problems. I think the problem is the fixed noise function
(wrinkles, bozo, bumps, dents, turbulence). It actually works correctly now, but
inevitably breaks some scenes.
Try increasing the dense part of the colour_map or density_map. For example, if
the old colour_map was
{[.1 rgb 1][.3 rgb 0]}
try changing it to
{[.2 rgb 1][.4 rgb 0]}

Worked for me. It will take some tweaking to get back the old look.

-- 
Margus Ramst

Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg


Post a reply to this message

From: Nathan Kopp
Subject: Re: Odd result with MegaPov 0.5
Date: 29 May 2000 11:40:41
Message: <39328f79@news.povray.org>
H. E. Day <Pov### [at] aolcom> wrote...
> I don't know.   I have had other problems, though.  The most serious is
the
> disc object.  Whenever combined with any other primitive, it causes the
> intersection, difference, whatever, to disappear. This is especially
> noticable when you #declare the object and use it over and over again.
None
> show.  Nathan, I know you're gonna read this, so is there anything you can
> do about it??

Yes.  That is caused by a bug in the "fast disc patch".  I'm going to remove
the patch for 0.5a (which will be available soon).

-Nathan


Post a reply to this message

From: Nathan Kopp
Subject: Re: Odd result with MegaPov 0.5
Date: 29 May 2000 11:41:15
Message: <39328f9b@news.povray.org>
kane <ann### [at] mindspringcom> wrote...
>
>   Yes, I've had a similar problem with the lensflare or lenseffects. I
don't
> understand it, with 0.5 its gone, 0.4 its there.  Hmmm.
>           Kane

That's caused by a bug in the fast disc patch, which will be removed.

-Nathan


Post a reply to this message

From: Nathan Kopp
Subject: Re: Odd result with MegaPov 0.5
Date: 29 May 2000 12:05:00
Message: <3932952c$1@news.povray.org>
Abe <bul### [at] taconicnet> wrote...
> I've run into this problem using the granite pattern (on which I think 
> Vives' clouds were based). I wonder if this is a result of the
> re-hashing of the noise, bozo, etc. patterns. 
> For a fix try decreasing the color_map indecies.
> 
> Abe

Past experiences would tell me that this is the problem.

-Nathan


Post a reply to this message

From: Nathan Kopp
Subject: Re: Odd result with MegaPov 0.5
Date: 29 May 2000 12:07:55
Message: <393295db@news.povray.org>
Nathan Kopp <Nat### [at] Koppcom> wrote...
>
> kane <ann### [at] mindspringcom> wrote...
> >
> >   Yes, I've had a similar problem with the lensflare or lenseffects. I
> don't
> > understand it, with 0.5 its gone, 0.4 its there.  Hmmm.
> >           Kane
>
> That's caused by a bug in the fast disc patch, which will be removed.

Or, if anyone wants to find a fix for this so we can keep the fast disc
patch, go ahead!

-Nathan


Post a reply to this message

From: Dejan D  M  Milosavljevic
Subject: Re: Odd result with MegaPov 0.5
Date: 9 Jun 2000 06:28:01
Message: <3940c6b1@news.povray.org>
1. Send the problematic scene or scenes on my mail or  this news group.

Wating ...
--
***************************
      dmi### [at] xoommailcom
http://members.xoom.com/dmilos/
***************************
Nathan Kopp <Nat### [at] Koppcom> wrote in message
news:393295db@news.povray.org...
>
> Nathan Kopp <Nat### [at] Koppcom> wrote...
> >
> > kane <ann### [at] mindspringcom> wrote...
> > >
> > >   Yes, I've had a similar problem with the lensflare or lenseffects. I
> > don't
> > > understand it, with 0.5 its gone, 0.4 its there.  Hmmm.
> > >           Kane
> >
> > That's caused by a bug in the fast disc patch, which will be removed.
>
> Or, if anyone wants to find a fix for this so we can keep the fast disc
> patch, go ahead!
>
> -Nathan
>
>


Post a reply to this message

Goto Latest 10 Messages Next 1 Messages >>>

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