POV-Ray : Newsgroups : povray.macintosh : EXR file for HDRI : Re: EXR file for HDRI Server Time
25 Apr 2024 03:28:32 EDT (-0400)
  Re: EXR file for HDRI  
From: jr
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

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