Path tracer renderer options
#include <pathtracer.h>
|
void | parse (const int argc, char **argv) |
|
|
uint32 | max_path_length |
|
uint32 | direct_lighting: 1 |
|
uint32 | direct_lighting_nee: 1 |
|
uint32 | direct_lighting_bsdf: 1 |
|
uint32 | indirect_lighting_nee: 1 |
|
uint32 | indirect_lighting_bsdf: 1 |
|
uint32 | visible_lights: 1 |
|
uint32 | diffuse_scattering: 1 |
|
uint32 | glossy_scattering: 1 |
|
uint32 | indirect_glossy: 1 |
|
uint32 | rr: 1 |
|
uint32 | nee_type: 2 |
|
uint32 | backend |
|
The documentation for this struct was generated from the following file:
- C:/p4research/research/jpantaleoni/Fermat-Public/src/renderers/pathtracer.h