POV-Ray : Newsgroups : povray.programming : photons : Re: photons Server Time
28 Jul 2024 06:21:51 EDT (-0400)
  Re: photons  
From: Rafal 'Raf256' Maj
Date: 6 Oct 2002 06:47:48
Message: <Xns929F81ECB38D1raf256com@204.213.191.226>
"Nathan Kopp" <pov### [at] nkoppmailshellcom> wrote in
news:3d9fb8db$1@news.povray.org 

>> 1 - where can I find description of this format ?
>> 2 - is there some function that is called whenever photon hit's an
>> surface (during shooting photons) ?
> Answers:
> 1. There is not documentation but you can view the source code.  Look
> at the funcitons savePhotonMap and loadPhotonMap in photons.cpp.

> 2. Yes.  The funciton is called addSurfacePhoton and is also located
> in photons.cpp.  Media photons are added using a similar funciton,
> addMediaPhoton, also in photons.cpp.

Thank You :)

If I will have luck - maybe I will succed in adding small path to speed up 
photons (with litlle list of quality, but quality/speed ratio can be 
conrolled by user :)


-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

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