tunabrain / tungsten

High performance physically based renderer in C++11
Other
1.73k stars 167 forks source link

About “seed” parameter in script tungsten.exe #65

Open 1003581 opened 4 years ago

1003581 commented 4 years ago

Hi, What is the role of ‘seed’ parameter in tungsten.exe script?Is it used to control the texture of the material or to controlthe position of randomly generated light(spp)?

bjorn3 commented 4 years ago

https://github.com/tunabrain/tungsten/search?q=seed

It is used by the pathtracing integrators to generate pseudo random directions to shoot a rays too.

1003581 commented 4 years ago

Thanks!