POV-Ray : Newsgroups : povray.unofficial.patches : UVPov alpha 5 (photon patch) Server Time
3 Sep 2024 00:14:20 EDT (-0400)
  UVPov alpha 5 (photon patch) (Message 1 to 8 of 8)  
From: Nathan Kopp
Subject: UVPov alpha 5 (photon patch)
Date: 23 May 1999 22:23:13
Message: <3748A9AE.CFD8EB9B@Kopp.com>
Well, I've finally put together the new version of the photon patch.  Go
to my website for more info:

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

Anyone who has mirrored this should update their mirrors.

If you are using layered textures with UVPov (such as the textures in
"woods.inc"), you will need to change 'filter' to 'transmit' and
'rgbf' to 'rgbt' to make the textures look the way they used to.
Soon I want to release a version of the photon patch that is part
of the superpatch (and it will only add photons, not all of my
other quirky changes).  BTW, try something... change that rgbf to
rgbt and render with the official POV... see if it makes any
difference (in most cases it won't).

-Nathan


Post a reply to this message

From: Ken
Subject: Re: UVPov alpha 5 (photon patch)
Date: 23 May 1999 22:43:09
Message: <3748AE5D.CB62C997@pacbell.net>
Nathan Kopp wrote:
> 
> Well, I've finally put together the new version of the photon patch.  Go
> to my website for more info:
> 
> http://nathan.kopp.com/patched.htm
> 
> Anyone who has mirrored this should update their mirrors.
> 
> If you are using layered textures with UVPov (such as the textures in
> "woods.inc"), you will need to change 'filter' to 'transmit' and
> 'rgbf' to 'rgbt' to make the textures look the way they used to.
> Soon I want to release a version of the photon patch that is part
> of the superpatch (and it will only add photons, not all of my
> other quirky changes).  BTW, try something... change that rgbf to
> rgbt and render with the official POV... see if it makes any
> difference (in most cases it won't).
> 
> -Nathan

 Thank you Nathan. Could you detail the changes that were made in
this release so I may help answer those who are bound to ask this
very question in the coming weeks ?

-- 
Ken Tyler

mailto://tylereng@pacbell.net


Post a reply to this message

From: Nathan Kopp
Subject: Re: UVPov alpha 5 (photon patch)
Date: 24 May 1999 00:38:18
Message: <3748C951.D4B0D1AF@Kopp.com>
Photon Mapping Update
---------------------

Memory optimization:  Uses less than half of the memory that it used to (46%).

Syntax changes: "density" switched to "separation", other changes (see
documentation).

Speed optimization:  Probably not noticeable

New adaptive search:  New thresholds employed.  Read the documentation for more
information.

New features:
	added max_trace_level for photons
	added adc_bailout for photons
	ability to turn union splitting on/off on a per-object basis (use split_union
yes/no in the union)

Bugs fixed:
	no more crashes with gather greater than 300
	shouldn't crash for animation anymore
	area lights work as expected
	spot lights work as expected
	cylinder lights DO NOT work as expected - working on that

I also incorporated the lathe speed improvements from 3.1e (but not all other
3.1e stuff).

One last thing... there's a paper that I wrote (in postscript format) that
details what I did so far with photon mapping (for my directed study for
school).

-Nathan

Ken wrote:
> 
>  Thank you Nathan. Could you detail the changes that were made in
> this release so I may help answer those who are bound to ask this
> very question in the coming weeks ?
> 
> --
> Ken Tyler
> 
> mailto://tylereng@pacbell.net


Post a reply to this message

From: Thomas Baier
Subject: Re: UVPov alpha 5 (photon patch)
Date: 24 May 1999 01:40:27
Message: <3748d7a9.1390524@news.povray.org>
Hi Nathan,

>Soon I want to release a version of the photon patch that is part
>of the superpatch (and it will only add photons, not all of my
>other quirky changes).  BTW, try something... change that rgbf to

But the UV stuff will be still available or ?

Thomas


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: UVPov alpha 5 (photon patch)
Date: 24 May 1999 07:30:23
Message: <37492a3f.0@news.povray.org>
In article <3748A9AE.CFD8EB9B@Kopp.com> , Nathan Kopp <Nat### [at] Koppcom>  
wrote:

> Soon I want to release a version of the photon patch that is part
> of the superpatch (and it will only add photons, not all of my
> other quirky changes).

Hmm, good idea for the Windows users... I compiled an earlier version on the
Mac, but with the Superpatch is is a bit more work (especially the iso
surface part of it).   Please, please keep a photon patch only version as
well!!! :-)


    Thorsten


Post a reply to this message

From: Alan Kong
Subject: Re: UVPov alpha 5 (photon patch)
Date: 24 May 1999 11:04:06
Message: <374a5c88.52500249@news.povray.org>
On Sun, 23 May 1999 23:36:49 -0400, Nathan Kopp <Nat### [at] Koppcom>
wrote:

> area lights work as expected
> spot lights work as expected

  Thanks a bunch, Nathan. Been looking forward to this addition to
UVPov.

-- 
Alan
--------------------------------------------------------------------
http://www.povray.org - Home of the Persistence of Vision Ray Tracer
news.povray.org - where POV-Ray enthusiasts from around the world
                - get together to exchange ideas and experiences
--------------------------------------------------------------------


Post a reply to this message

From: Nathan Kopp
Subject: Re: UVPov alpha 5 (photon patch)
Date: 24 May 1999 21:09:39
Message: <3749E9EE.55ABEA91@Kopp.com>
Thomas Baier wrote:
> 
> Hi Nathan,
> 
> >Soon I want to release a version of the photon patch that is part
> >of the superpatch (and it will only add photons, not all of my
> >other quirky changes).  BTW, try something... change that rgbf to
> 
> But the UV stuff will be still available or ?
> 
> Thomas

I want to keep uvpov available.  But some have requested photon mapping
in the SuperPatch, so I though I'd give that a try (save Ron some work).
UV mapping is already part of the SuperPatch.

-Nathan


Post a reply to this message

From: Thomas Baier
Subject: Re: UVPov alpha 5 (photon patch)
Date: 25 May 1999 01:29:23
Message: <374a265c.850807@news.povray.org>
Hi Nathan,

>> 
>> Hi Nathan,
>> 
>> >Soon I want to release a version of the photon patch that is part
>> >of the superpatch (and it will only add photons, not all of my
>> >other quirky changes).  BTW, try something... change that rgbf to
>> 
>> But the UV stuff will be still available or ?
>> 
>> Thomas
>
>I want to keep uvpov available.  But some have requested photon mapping
>in the SuperPatch, so I though I'd give that a try (save Ron some work).
>UV mapping is already part of the SuperPatch.
>
>-Nathan

Does it mean that there will be two patches available: one for photon
and one for the uv stuff ?

-tb

PS:

I have added your background include file to the 3ds converter. Works
perfect.


Post a reply to this message

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