POV-Ray : Newsgroups : povray.unofficial.patches : UVPov alpha 6 (based on POV 3.1g) Server Time
2 Sep 2024 16:20:36 EDT (-0400)
  UVPov alpha 6 (based on POV 3.1g) (Message 1 to 10 of 41)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Nathan Kopp
Subject: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 09:06:47
Message: <3816f8e7@news.povray.org>
I've released another version of UVPov.  Like previous versions, this one's
bound to have bugs (but hopefully nothing major) which will be fixed in
subsequent releases.  ;-)

I've added a bunch of things, including:
  photons are attenuated by media
  sample methods 2 and 3 for media (you can still use sample method 1)
    (these are uniform & adaptive sampling)
  big changes to radiosity - should make radiosity scenes look better, but
might take longer to render
  colored attenuation patch added

Website:
http://nathan.kopp.com/patched.htm

(To prepare you for the next version, I just rendered a scene this morning
of a dusty room (media), a clear sphere, and a spotlight, where you can see
the caustic from the sphere in the media!  Still a ways to go, but so far,
so good.  Plus, render times and memory consupmtion aren't horrible.)

-Nathan


Post a reply to this message

From: Fabian Brau
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 09:12:57
Message: <381708C8.7F71623B@umh.ac.be>
Great Nathan!!

UVpov run faster than never :)!

Why you are not in the pov-team????

Fabian

Nathan Kopp wrote:
> 
> I've released another version of UVPov.  Like previous versions, this one's
> bound to have bugs (but hopefully nothing major) which will be fixed in
> subsequent releases.  ;-)
> 
> I've added a bunch of things, including:
>   photons are attenuated by media
>   sample methods 2 and 3 for media (you can still use sample method 1)
>     (these are uniform & adaptive sampling)
>   big changes to radiosity - should make radiosity scenes look better, but
> might take longer to render
>   colored attenuation patch added
> 
> Website:
> http://nathan.kopp.com/patched.htm
> 
> (To prepare you for the next version, I just rendered a scene this morning
> of a dusty room (media), a clear sphere, and a spotlight, where you can see
> the caustic from the sphere in the media!  Still a ways to go, but so far,
> so good.  Plus, render times and memory consupmtion aren't horrible.)
> 
> -Nathan


Post a reply to this message

From: Fabian Brau
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 09:26:44
Message: <38170C04.105B9850@umh.ac.be>
See two example in pbi!

Fabian.

Nathan Kopp wrote:
> 
> I've released another version of UVPov.  Like previous versions, this one's
> bound to have bugs (but hopefully nothing major) which will be fixed in
> subsequent releases.  ;-)
> 
> I've added a bunch of things, including:
>   photons are attenuated by media
>   sample methods 2 and 3 for media (you can still use sample method 1)
>     (these are uniform & adaptive sampling)
>   big changes to radiosity - should make radiosity scenes look better, but
> might take longer to render
>   colored attenuation patch added
> 
> Website:
> http://nathan.kopp.com/patched.htm
> 
> (To prepare you for the next version, I just rendered a scene this morning
> of a dusty room (media), a clear sphere, and a spotlight, where you can see
> the caustic from the sphere in the media!  Still a ways to go, but so far,
> so good.  Plus, render times and memory consupmtion aren't horrible.)
> 
> -Nathan


Post a reply to this message

From: Mike
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 10:28:09
Message: <381709B5.D52803F6@aol.com>
I really like the improvements  to radiosity.  I once tried to do get it to use
diffuse and reserve ambient for light casting objects myself once but it came
out funny (colors inverted or some such nonsense).  The higher recursion level
really improves things too - I was doing a test scene and raising the recursion
level to 4 made things visible that weren't apparent at a lower level.  Overall
I'd say it's alot easier to deal with now and the results are pretty
predictable with the 3 or 4 scenes I tried it with.

Btw, my last name is Hough. :)

-Mike


Post a reply to this message

From: Nieminen Juha
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 12:24:41
Message: <38172749@news.povray.org>
I'm going to take the challenge of making "the best radiosity image ever
made with povray" using the improved radiosity... :)

  I have one question. I quote your example code:

if(high_quality)
  // High Quality - slow rendering
  ini_option "+QR"
  ini_option "Preview_Start_Size=8"
  ini_option "Preview_End_Size=4"


  What is this "ini_option" keyword? I can't find any reference to it in
your documentation.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Phil Clute
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 14:09:30
Message: <38173FE7.A25759E0@tiac.net>
Thanks, your hard work is appreciated as always!

-- 
Phil
...coffee?...yes please! extra sugar,extra cream...Thank you.


Post a reply to this message

From: Jerome M  BERGER
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 19:58:37
Message: <381791A1.9184D3FE@enst.fr>
Nathan Kopp wrote:
> 
> I've released another version of UVPov.  Like previous versions, this one's
> bound to have bugs (but hopefully nothing major) which will be fixed in
> subsequent releases.  ;-)
> 
> I've added a bunch of things, including:
>   photons are attenuated by media
>   sample methods 2 and 3 for media (you can still use sample method 1)
>     (these are uniform & adaptive sampling)
>   big changes to radiosity - should make radiosity scenes look better, but
> might take longer to render
>   colored attenuation patch added
> 
> Website:
> http://nathan.kopp.com/patched.htm

	Got it! And already using the new media :))

> 
> (To prepare you for the next version, I just rendered a scene this morning
> of a dusty room (media), a clear sphere, and a spotlight, where you can see
> the caustic from the sphere in the media!  Still a ways to go, but so far,
> so good.  Plus, render times and memory consupmtion aren't horrible.)
> 
	I guess I'll just have to like some others... **DROOL** in anticipation
:)

		Jerome

-- 
*******************************

* they'll tell you what can't * mailto:ber### [at] inamecom
* be done and why...          * http://www.enst.fr/~jberger
* Then do it.                 *
*******************************


Post a reply to this message

From: Jerome M  BERGER
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 20:06:39
Message: <38179383.A3FC929F@enst.fr>
Nieminen Juha wrote:
> 
>   I'm going to take the challenge of making "the best radiosity image ever
> made with povray" using the improved radiosity... :)
> 
>   I have one question. I quote your example code:
> 
> if(high_quality)
>   // High Quality - slow rendering
>   ini_option "+QR"
>   ini_option "Preview_Start_Size=8"
>   ini_option "Preview_End_Size=4"
> 
>   What is this "ini_option" keyword? I can't find any reference to it in
> your documentation.
> 
	Speaking of wich, there seems to be a bug with it: after having used
these settings, I wanted to do a test render without radiosity, but with
mosaic preview and I commented out these settings and added +SP4 to the
command line options but uvpov rendered my pic one pixel at a time...

		Jerome

-- 
*******************************

* they'll tell you what can't * mailto:ber### [at] inamecom
* be done and why...          * http://www.enst.fr/~jberger
* Then do it.                 *
*******************************


Post a reply to this message

From: SamuelT 
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 22:49:41
Message: <3817BB25.1EC967D5@aol.com>
<sad violin music>

I can't go to your website. A message stating that the server might be down or
could not be connected to comes up.

<end sad music>

--
Samuel Benge

STB### [at] aolcom

"And you can fly
 High as a kite if you want to
 Faster than light if you want to
 Speeding through the universe
 Thinking is the best way to travel"

          -The Best Way to Travel, The Moody Blues


Post a reply to this message

From: Ken
Subject: Re: UVPov alpha 6 (based on POV 3.1g)
Date: 27 Oct 1999 22:50:52
Message: <3817B8F1.C4066103@pacbell.net>
"SamuelT." wrote:
> 
> <sad violin music>
> 
> I can't go to your website. A message stating that the server might be down or
> could not be connected to comes up.

I am receiving the same error message.

-- 
Ken Tyler -  1100+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

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