POV-Ray : Newsgroups : povray.binaries.images : --- Server Time
18 Aug 2024 00:22:25 EDT (-0400)
  --- (Message 11 to 14 of 14)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Trevor Quayle
Subject: Re:
Date: 29 Aug 2001 08:48:20
Message: <3b8ce494@news.povray.org>
Your scene revisited using some of the features of the MegaPOV patch (plus
caustics from the regular POV).

Now I've just got to start fiddling with photons :)

-tgq


Post a reply to this message


Attachments:
Download 'whiskey.jpg' (86 KB)

Preview of image 'whiskey.jpg'
whiskey.jpg


 

From: Paragon
Subject: Re:
Date: 29 Aug 2001 14:28:50
Message: <3b8d3462@news.povray.org>
Thanks for the tips Trevor, it has greatly helped.  The scene I attached did
not have walls on all sides but I did try and render the scene with walls on
all sides and was still getting the black pixels.  But I have done what you
said and am now getting the results I want.

Thanks!
-Paragon
"Trevor Quayle" <tqu### [at] pwddcom> wrote in message
news:3b8ce494@news.povray.org...
> Your scene revisited using some of the features of the MegaPOV patch (plus
> caustics from the regular POV).
>
> Now I've just got to start fiddling with photons :)
>
> -tgq
>
>
>
>
>


Post a reply to this message

From: Paragon
Subject: Re:
Date: 29 Aug 2001 14:50:34
Message: <3b8d397a@news.povray.org>
Actually, I have had some success with the tips you gave me, but how you
achieved the glass in whiskey4.jpg is eluding me...is it possible for you to
post the scene files for that render (or the updated MegaPOV files if that's
the case)?

Thanks
-Paragon


"Trevor Quayle" <tqu### [at] pwddcom> wrote in message
news:3b8ce0b9@news.povray.org...
> After playing with the scene for a bit I think I may have found somewhat
of
> an answer.
> Some of the black came from the black background (you do have walls but
not
> on all sides, try  "background {color <1,1,1>}".  Some of the black are
> artifacts from not having max_trace_level high enough (I used 100 *ulp* to
> make sure there weren't any left but you can get away with lower).  After
> changing these any black that's left appear to come from the glass texture
> itself.  You have filter set to 0.7 so eventually, after moving through
the
> glass enough, the light fades to black. Try setting the filter value in
your
> glass texture higher (plus the other fixes mentioned) and the black should
> eventually disappear (at least I was able to get it to). Unless you want
> your glass to appear like that. As a side note, you may also want to try
use
> light fading in your glass to achieve the look you want for your glass.
Good
> luck
>
>
> -tgq
>
> Image 1 - no changes
> Image 2 - change "background {color <1,1,1>}"
> Image 3 - change "max_trace_level 100"
> Image 4 - change "color rgbf <1.0, 1.0, 1.0, 0.9>" in Glass2
> Bonus:
> Image 5 - add   "fade_distance 3  fade_power 1" to interior of Glass2
>
>
> "Paragon" <use### [at] hostcom> wrote in message
news:3b8c449c@news.povray.org...
> > Thank you for the reply but it seems to have not done the trick.  I
tried
> > taking away the reflection from the glass material as well as increasing
> the
> > max_trace_level but I still get the black distortions (even with very
high
> > max_trace_levels).  I have attached the files for the scene if anybody
> > wishes to try their hand at it.
> >
> > -Paragon
> >
> > "Scott Hill" <nos### [at] nospamthanks> wrote in message
> > news:3b8c2695@news.povray.org...
> > > "Paragon" <use### [at] hostcom> wrote in message
> > news:3b8c20d9@news.povray.org...
> > > > I've been experimenting with glass and have come
> > > > across some problems...
> > > >                                          ...the shot glass has all
> those
> > > > black inconsistencies.  There are walls covering all sides
> > > > of the objects, so the black is not anything reflected or
> > > > refracted.
> > >
> > >     First off, HTML posts are frowned upon by most people round here
> (yes,
> > > even in the binaries groups)...
> > >
> > >     Now to answer your question - Whilst you are right the black bits
> > aren't
> > > reflections of anything in your scene, they are caused by
reflection...
> > try
> > > removing the reflection from the glass material and the black bits
> should
> > > disappear...
> > >     You see, what's happening is the combination of reflection and
> > > refraction is causing 'total internal reflection' - where the rays POV
> is
> > > calculating bounce around and around inside the glass without
leaving -
> of
> > > course POV won't do this forever - it only calculates upto a finite
> amount
> > > of reflections and if it hasn't calculated a colour within that number
> it
> > > just colors the pixel black.
> > >     Fortunately you can specify how many reflections POV calculates -
I
> > > don't know how you do it in Moray, but you can add the following to
top
> of
> > > your .pov file :
> > >
> > > global_setting { max_trace_level <level> }
> > >
> > >     where <level> is the number of reflections you wish it to
> calculate -
> > > now the only problem is you may find that you never get rid of the
black
> > > bits completely and the higher the value for max_trace_level you pick
> the
> > > longer POV will spend rendering these parts of the scene...
> > > --
> > > Scott Hill.
> > > Software Engineer.
> > > E-Mail        : sco### [at] innocentcom
> > > Pandora's Box : http://www.pandora-software.com
> > >
> > > *Everything in this message/post is purely IMHO and no-one-else's*
> > >
> > >
> > >
> >
> >
> >
> >
> >
>
>
>


Post a reply to this message

From: Trevor Quayle
Subject: Re:
Date: 30 Aug 2001 07:46:39
Message: <3b8e279f@news.povray.org>
For whiskey 4.jpg I made the following exact changes to the files you
posted:
Turned off radiosity
Scale the glass larger by 3
Raised the camera location to location  < 2.424,-5.483, 5.253>
Change background colour to white "background{color<1,1,1>}"
Change max_trace_level to 100 (probably way higher than it needs to be but I
wanted to be sure to eliminate that problem)
And finally in the Glass2 texture in whiskey.inc, change the pigment to
color rgbf <1.0, 1.0, 1.0, 0.9>


If you want the light to appear darker use attenuation rather than changing
the filter component (It also makes the shadow look better)

Actually I have been playing with glass textures quite a bit this past week
and I find I prefer some of the MegaPOV options.  I rendered this one for
you last night (1h55min, photons, no radiosity (sorry to all ye radiosity
lovers, I haven't had much luck with it yet :( ))

Reply if you want some info on the MegaPOV settings I've been using

-tgq

"Paragon" <use### [at] hostcom> wrote in message news:3b8d397a@news.povray.org...
> Actually, I have had some success with the tips you gave me, but how you
> achieved the glass in whiskey4.jpg is eluding me...is it possible for you
to
> post the scene files for that render (or the updated MegaPOV files if
that's
> the case)?
>
> Thanks
> -Paragon
>


Post a reply to this message


Attachments:
Download 'whiskey6.jpg' (143 KB)

Preview of image 'whiskey6.jpg'
whiskey6.jpg


 

<<< Previous 10 Messages Goto Initial 10 Messages

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