POV-Ray : Newsgroups : povray.macintosh : EXR file for HDRI Server Time
29 Mar 2024 03:54:09 EDT (-0400)
  EXR file for HDRI (Message 1 to 8 of 8)  
From: kurtz le pirate
Subject: EXR file for HDRI
Date: 5 Sep 2022 10:03:03
Message: <63160197$1@news.povray.org>
Hello,

I find **polyhaven.com** site for HRDI images.
I try to test this image :
<https://polyhaven.com/a/kloppenheim_06>

SDL code :
...
sky_sphere {
  pigment {
    image_map {
      exr "kloppenheim_06_4k.exr"
      map_type 0
      once
      interpolate 3
      }
    }
  }
...

The "exr" format is well recognized with syntax highlighting.
"Apercu" open the file with no issue, but POVray say :

Possible Parse Error: Cannot initialize semaphore (Function not
implemented).
Fatal error in parser: Cannot access data in file.


Not yet implemented or bug with v3.8.0-alpha.10013324.unoficial ?




-- 
Kurtz le pirate
Compagnie de la Banquise


Post a reply to this message

From: jr
Subject: Re: EXR file for HDRI
Date: 5 Sep 2022 12:15:00
Message: <web.6316207d44f4393becf5a77b6cde94f1@news.povray.org>
hi,

kurtz le pirate <kur### [at] gmailcom> wrote:
> I find **polyhaven.com** site for HRDI images.
> I try to test this image :
> ...
> Possible Parse Error: Cannot initialize semaphore (Function not
> implemented).
> Fatal error in parser: Cannot access data in file.
>
> Not yet implemented or bug with v3.8.0-alpha.10013324.unoficial ?

I tried to get the image, but it "arrives" as:
  $ file kloppenheim_06.exr
  kloppenheim_06.exr: RIFF (little-endian) data, Web/P image, VP8 encoding,
1560x780, Scaling: [none]x[none], YUV color, decoders should clamp

and POV-Ray doesn't know that format.  can you post an example image here,
please?  (want to try with beta.2)


regards, jr.


Post a reply to this message

From: jr
Subject: Re: EXR file for HDRI
Date: 6 Sep 2022 04:45:00
Message: <web.631707d344f4393becf5a77b6cde94f1@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> kurtz le pirate <kur### [at] gmailcom> wrote:
> > I find **polyhaven.com** site for HRDI images.
> > I try to test this image :
> > ...
> > Possible Parse Error: Cannot initialize semaphore (Function not
> > implemented).
> > Fatal error in parser: Cannot access data in file.
> >
> > Not yet implemented or bug with v3.8.0-alpha.10013324.unoficial ?
>
> I tried to get the image, but ...

anyway, using a different .exr image, your code works on the beta.2, scene code
below.  fwiw, I think clipka rolled back the alphas to 9945627 to make the
beta(s).


regards, jr.



#version 3.8;

global_settings {assumed_gamma 1}

camera {
  location <0,0,-5>
  right x * (4/3)
  up y
  look_at <0,0,0>
}

sky_sphere {
  pigment {
    image_map {
      exr "blurSmall.exr"
      map_type 0
      once
      interpolate 3
      }
    }
  }


Post a reply to this message

From: kurtz le pirate
Subject: Re: EXR file for HDRI
Date: 6 Sep 2022 10:58:05
Message: <63175ffd$1@news.povray.org>
On 05/09/2022 18:14, jr wrote:
> and POV-Ray doesn't know that format.  can you post an example image here,
> please?  (want to try with beta.2)

a zip (37Mo) with exr and hdr images here :
<http://louisbel.free.fr/pub/kloppenheim.zip>




-- 
Kurtz le pirate
Compagnie de la Banquise


Post a reply to this message

From: kurtz le pirate
Subject: Re: EXR file for HDRI
Date: 6 Sep 2022 11:07:22
Message: <6317622a$1@news.povray.org>
On 06/09/2022 10:41, jr wrote:

> anyway, using a different .exr image, your code works on the beta.2, scene code
> below.  fwiw, I think clipka rolled back the alphas to 9945627 to make the
> beta(s).
> 

beta.2...

on Unofficial POV-Ray 3.8.x Alpha/Beta for mac
<http://megapov.inetart.net/povrayunofficial_mac/alphapov.html>

9945627 is dec 2018 release and only 10013324 aviable for download.

I think i remember having this in my /personal archives/. I will look
for this version and do some tests.


thanks jr

-- 
Kurtz le pirate
Compagnie de la Banquise


Post a reply to this message

From: jr
Subject: Re: EXR file for HDRI
Date: 6 Sep 2022 12:00:00
Message: <web.63176d5244f4393becf5a77b6cde94f1@news.povray.org>
hi,

thanks for the link.

kurtz le pirate <kur### [at] gmailcom> wrote:
> ...
> on Unofficial POV-Ray 3.8.x Alpha/Beta for mac
> <http://megapov.inetart.net/povrayunofficial_mac/alphapov.html>

no update(s) in three years..


> 9945627 is dec 2018 release and only 10013324 aviable for download.
>
> I think i remember having this in my /personal archives/. I will look
> for this version and do some tests.

did a quick test with 9945627, works ok.  (proviso: I compile from source, and
get the archive(s) from <https://github.com/POV-Ray/povray/tags/>)


regards, jr.


Post a reply to this message

From: Yvo Smellenbergh
Subject: Re: EXR file for HDRI
Date: 9 Sep 2022 11:43:49
Message: <631b5f35@news.povray.org>
On 2022-09-06 11:54:58 +0000, jr said:
>> on Unofficial POV-Ray 3.8.x Alpha/Beta for mac
>> <http://megapov.inetart.net/povrayunofficial_mac/alphapov.html>
> 
> no update(s) in three years..

Check https://povrayunofficial.wordpress.com

The old site is no longer updated because I can not contact the owner 
of that domain and I lost access.

-- 
Yvo

-- 
-------------------------------------------------------------------------------------------


POV-Ray 3.7 unofficial: http://megapov.inetart.net/povrayunofficial_mac/
UberPOV Mac: http://megapov.inetart.net/uberpov_mac/index.html#Mac
MegaPOV: http://megapov.inetart.net
E-mail: yvo(DOT)s(AT)gmx.net


Post a reply to this message


Attachments:
Download 'iso-8859-1' (3 KB)

From: jr
Subject: Re: EXR file for HDRI
Date: 9 Sep 2022 13:05:00
Message: <web.631b71e244f4393becf5a77b6cde94f1@news.povray.org>
hi,

Yvo Smellenbergh <E-mail: yvo(DOT)s(AT)gmx.net> wrote:
> ...
> Check https://povrayunofficial.wordpress.com

thanks.


regards, jr.


Post a reply to this message

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