|
|
"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
|
|