POV-Ray : Newsgroups : povray.binaries.images : Motecarlo path tracing with MegaPov 1.2.1 Server Time
2 Aug 2024 08:13:51 EDT (-0400)
  Motecarlo path tracing with MegaPov 1.2.1 (Message 132 to 141 of 161)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 9 Mar 2008 10:05:02
Message: <web.47d3fb86dcec6a9f62cb0cce0@news.povray.org>
And the source code of the previous scene.
Brute force make things easy (no radiosity, photons, area light, etc.) ...

Fidos


Post a reply to this message


Attachments:
Download 'test_09.pov.txt' (5 KB)

From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 11 Mar 2008 16:00:01
Message: <web.47d6f203dcec6a9f2e5eeaf90@news.povray.org>
Montecarlo path tracing allow to easily compute the reflectivity contribution as
a distribution around the main reflection direction. The attached picture show 3
different distributions (3 phong lobe distributions with 3 differents exponent
values).

40min rendering on 4 cores of a Q6600.

Any comments wellcome.

Fidos


Post a reply to this message


Attachments:
Download 'test_11.02.jpg' (201 KB)

Preview of image 'test_11.02.jpg'
test_11.02.jpg


 

From: nemesis
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 11 Mar 2008 18:45:00
Message: <web.47d71973dcec6a9f6ae10360@news.povray.org>
sweet!  By reflectivity contribution I guess you're talking about blurred
reflections? :)


Post a reply to this message

From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 12 Mar 2008 14:00:01
Message: <web.47d8280bdcec6a9f184944950@news.povray.org>
"nemesis" <nam### [at] gmailcom> wrote:
> sweet!  By reflectivity contribution I guess you're talking about blurred
> reflections? :)
In povray code, it is the contribution return by Reflect() that I replaced by a
summation of rays shoot 'around' the reflection direction.

Fidos


Post a reply to this message

From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 16 Mar 2008 15:40:01
Message: <web.47dd8475dcec6a9f8703225a0@news.povray.org>
I change the refraction process in the same way then the reflection on my
previous post.

It results in a blurred reflection and refraction for the left object (the 2
objects are identical, only reflection/refraction properties are differents).

Any comments wellcome.

Fidos


Post a reply to this message


Attachments:
Download 'test_13.jpg' (99 KB)

Preview of image 'test_13.jpg'
test_13.jpg


 

From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 23 Mar 2008 07:25:00
Message: <web.47e64bf1dcec6a9fd3aa8dbc0@news.povray.org>
Hello,

A play with different effects around distributed raytracing
(reflaction/reflection).

Any comments wellcome.

Regards,
Fidos


Post a reply to this message


Attachments:
Download 'test_17.06.jpg' (111 KB)

Preview of image 'test_17.06.jpg'
test_17.06.jpg


 

From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 23 Mar 2008 13:35:01
Message: <web.47e6a203dcec6a9fd3aa8dbc0@news.povray.org>
Hello,

I'm trying to create a realistic outside lighting.
I used with modification the macro of Jaime Vives Piqueres
(http://www.ignorancia.org/en/index.php?page=Pseudo_HDRI) with a panoramic of
the Project Tierra
(http://www.ignorancia.org/en/index.php?page=LOTW_11_19_04_Panorama).

Here the first results. The only lighting source is from the jpeg env map.

All the textures are only diffuse.

Any comments wellcome.

Regards,
Fidos.


Post a reply to this message


Attachments:
Download 'test_17.06.jpg' (209 KB)

Preview of image 'test_17.06.jpg'
test_17.06.jpg


 

From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 23 Mar 2008 13:40:01
Message: <web.47e6a365dcec6a9fd3aa8dbc0@news.povray.org>
The souce code of the previous scene.

Fidos


Post a reply to this message


Attachments:
Download 'env_map_02.pov.txt' (6 KB)

From: fidos
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 24 Mar 2008 02:50:00
Message: <web.47e75c96dcec6a9fc091567d0@news.povray.org>
Hello,

I tried the same env map from my previous post with the room scene of Tim
Nikias.

The sun face the bigger window.

All the lighting is coming from the env map.

It makes very easy the ligthing settings :

#declare sm_file="sm_lotw-041119.jpg"
object{
  pseudoHDRI_sphere(sm_file,"jpeg",50.0,100,1.0,1.0)
  scale 10000
}

Regards,
Fidos.


Post a reply to this message


Attachments:
Download 'prep4company_low_test_5.04.jpg' (140 KB)

Preview of image 'prep4company_low_test_5.04.jpg'
prep4company_low_test_5.04.jpg


 

From: nemesis
Subject: Re: Motecarlo path tracing with MegaPov 1.2.1
Date: 24 Mar 2008 03:50:01
Message: <web.47e76a7bdcec6a9f2acdbf730@news.povray.org>
"fidos" <fid### [at] wanadoofr> wrote:
> Any comments wellcome.

this would be a nice wallpaper if a tad bigger... :)


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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