|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Anyone know how to take 6 hdr pictures which make up a cubic environment map
and make them into a lightprobe type image that mlpov will accept?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jack Couilliard wrote:
> Anyone know how to take 6 hdr pictures which make up a cubic environment map
> and make them into a lightprobe type image that mlpov will accept?
I think HRDShop can do it: http://www.debevec.org/HDRShop/
/Ib
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jack Couilliard wrote:
>
> Anyone know how to take 6 hdr pictures which make up a cubic environment map
> and make them into a lightprobe type image that mlpov will accept?
You should notice the Mlpov hdr functionality is not limited to a special
map type. You can map your 6 pictures on a cubic environment.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 31 Dec. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
dans le message de news: 3e2cc44c@news.povray.org...
> Anyone know how to take 6 hdr pictures which make up a cubic environment
map
> and make them into a lightprobe type image that mlpov will accept?
I'm currently using this for Terragen-made HDRs (no bottom though as there's
usually a real one in the scene). It's not perfect but the spherical mapping
has drawbacks too.
#declare Pane=union{triangle{0,x,x+y} triangle{0,y,x+y}}
#declare Panoramic=union{
#declare A=1.3;
object{Pane texture{pigment{image_map{hdr "mohave0901" interpolate
2}} finish{ambient A diffuse 0}}}
object{Pane texture{pigment{image_map{hdr "mohave0902" interpolate
2}} finish{ambient A diffuse 0}} rotate y*90 translate x}
object{Pane texture{pigment{image_map{hdr "mohave0903" interpolate
2}} finish{ambient A diffuse 0}} rotate y*180 translate x-z}
object{Pane texture{pigment{image_map{hdr "mohave0904" interpolate
2}} finish{ambient A diffuse 0}} rotate y*270 translate -z}
object{Pane texture{pigment{image_map{hdr "mohave0905" interpolate
2}} finish{ambient A diffuse 0}} rotate -x*90 translate y}
translate z*0.5-x*0.5-y*0.5
}
object{Panoramic}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Duh, of course (why didn't I think of that?).
Thanks
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes, HDRShop specializes in HDRI file manipulations,
ergo the name, HDRShop (reference to Photoshop).
Other conversions include mirror ball to light probe.
LogLUV and "float" TIFFs are among the other formats
the program works with.
Jim Julian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
web.3e2e00a5987060ffef139e8d0@news.povray.org...
>
> HDRShop specializes in HDRI file manipulations,
> ergo the name, HDRShop (reference to Photoshop).
Yes, but does it let you stich together 6 images to make a vertical cross
(which can in turn be transformed into a mirror ball image) ? I still
haven't found a way to cut and paste an HDR image on a new one without
completely replacing it, so positioning 6 images in a cross shape seems out
of the question, unless there's a special trick to do this (I hope so).
G.
--
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Gilles,
Below you will find the command path you need.
I haven't tried this, so I can't tell you any more
about the process.
HDRShop:
Image/Panorama/Panoramic Transformations..
Dialog box for Panoramic Transformations:
Left side - Source drop-down box:
"Cubic Environment (6 separate images)"
Right side - Destination drop-down box:
"Cubic Environment (vertical cross)"
Good luck,
Jim Julian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
web.3e2f8335987060ffb82400590@news.povray.org...
> Below you will find the command path you need.
> I haven't tried this, so I can't tell you any more
> about the process.
Oh I've seen this, but I just can't figure out how and where to import the 6
separate images, and it's not in the tutorials either. I hope I'm missing
something obvious.
G.
--
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi Gilles,
This is what I did:
1. loaded a 60k *.bmp test file, not HDR, but good for a test of
program functionality.
2. loaded five more copies of the same image.
3. opened the transformations dialog box.
4. chose the input/output options.
5. ran the program and waited.
After awhile, the program came back with a cross-box image that I saved as
JPEG.
While I was at it , I tested the lat-lon ouput option.
This requires only one input file. It worked on the same test image.
Jim Julian
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |