|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I was testing a code I found in this post (HDR Sky_sphere:
http://news.povray.org/povray.general/message/%3Cop.vo12kld5ufxv4h%40xena%3E/#%3Cop.vo12kld5ufxv4h%40xena%3E)
and I noticed if I hide the hdr image using the no_image attribute the caustics
create by the environment light is lose.
The environment light I'm using:
sphere{0,1
pigment{
image_map{hdr "hdri\stpeters_probe-env.hdr"
gamma 1.2
map_type 1 // Spherical
interpolate 2 // Bilinear
}
}
rotate<0,40.0,0>
finish{
emission 1.0
ambient 0
diffuse 1
}
scale 10000 // make sure the sphere is big enough to cover the whole scene
hollow
no_image ****
}
in the image bellow at left we see the rendered image with the "no_image"
commented and the right with it uncommented:
http://i1330.photobucket.com/albums/w578/Micheus/Wings3D%20-%20Forum%20III/teste_zpsrkl86nlp.png
I tryed many things, but it seems to be a kind of "bug" since the same light
still is lighting the scene.
Thanks for any advise.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 12.08.2016 um 01:04 schrieb Micheus:
> I tryed many things, but it seems to be a kind of "bug" since the same light
> still is lighting the scene.
>
> Thanks for any advise.
It is a bug indeed. It'll be fixed in the next 3.7.1 development version.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
clipka <ano### [at] anonymousorg> wrote:
> Am 12.08.2016 um 01:04 schrieb Micheus:
>
> > I tryed many things, but it seems to be a kind of "bug" since the same light
> > still is lighting the scene.
> >
> > Thanks for any advise.
>
> It is a bug indeed. It'll be fixed in the next 3.7.1 development version.
clipka, thank you for the fast answer.
Is that possible to know if there is any prevision of when it would be released?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 12.08.2016 um 20:58 schrieb Micheus:
> clipka <ano### [at] anonymousorg> wrote:
>> Am 12.08.2016 um 01:04 schrieb Micheus:
>>
>>> I tryed many things, but it seems to be a kind of "bug" since the same light
>>> still is lighting the scene.
>>>
>>> Thanks for any advise.
>>
>> It is a bug indeed. It'll be fixed in the next 3.7.1 development version.
>
> clipka, thank you for the fast answer.
> Is that possible to know if there is any prevision of when it would be released?
As soon as there is something else worth releasing.
If the fix is urgent and relevant for you, let me know and I'll rush it out.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
clipka <ano### [at] anonymousorg> wrote:
> As soon as there is something else worth releasing.
>
> If the fix is urgent and relevant for you, let me know and I'll rush it out.
No, that is not urgent.
I'm updating the Wings3D plugin and just added this resource.
I asked because we don't have seen a POV-Ray update it has some time. That is
good, since it sounds like there were no much bugs in the last one. :-)
Thanks
Micheus
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |