tunabrain / tungsten

High performance physically based renderer in C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About “seed” parameter in script tungsten.exe

1003581 opened this issue · comments

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)?

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.

Thanks!