|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I tried to convert some hdr maps to 48 bit png for use as spherical
texture but there doesn't seem to be any path from the floating point
formats to png. ImageMagick for Windows couldn't convert the radiance
images (tried hdr,pic and rad). The maps are from
http://graphics3.isi.edu/~debevec/Probes/
On the same page there is a link to HDR Shop which can convert angular
maps to latitude/longitude (spherical). Camera, spherical mirror and
HDR Shop is enough to construct hdr maps from real scenes.
The dynamic range of png (64000:1) should be enough for this use as
the maximum dynamic range on the page above was 200000:1 and the
map is not supposed to be in direct view.
At the moment I don't have the need to composite CG objects and RL
images so I'm not going to investigate this further. As far as I know
this hasn't been done yet in povray. Who want's to be the first?
_____________
Kari Kivisalo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Kari Kivisalo wrote:
>
> [...]
>
> At the moment I don't have the need to composite CG objects and RL
> images so I'm not going to investigate this further. As far as I know
> this hasn't been done yet in povray. Who want's to be the first?
>
http://martial.rameaux.free.fr/mael/MLPov.html#HDR
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Kari Kivisalo <ray### [at] engineercom> wrote:
: The dynamic range of png (64000:1)
Don't you mean 65536:1?
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
>
> Don't you mean 65536:1?
Well whoopee-fuckin'-do, hey, I'm impressed.
I'm ready man. Check it out. I'm the ultimate badass. State-of-the-badass-art!
65535:1
Let's just bug out and call it even, OK?
_____________
Kari Kivisalo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Christoph Hormann wrote:
>
> http://martial.rameaux.free.fr/mael/MLPov.html#HDR
So it works. Just need to find radiance to png converter.
_____________
Kari Kivisalo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Kari Kivisalo wrote:
>
> > http://martial.rameaux.free.fr/mael/MLPov.html#HDR
>
> So it works. Just need to find radiance to png converter.
>
That patch seems to be able to read the .hdr files, but i just saw it
seems to be based on code with GPL licence
(http://excamera.com/articles/9/vrpic.html) which is not really a good
idea for a POV patch.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 20 Jan 2002 14:38:50 +0200, Kari Kivisalo
<ray### [at] engineercom> wrote:
>So it works. Just need to find radiance to png converter.
vrpic is GPLed so you can write your own using libpng :)
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |