POV-Ray : Newsgroups : povray.macintosh : EXR file for HDRI : EXR file for HDRI Server Time
24 Apr 2024 16:04:40 EDT (-0400)
  EXR file for HDRI  
From: kurtz le pirate
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

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