Fermat
Public Methods | Public Members | List of all members
PTOptions Struct Reference

Detailed description

Path tracer renderer options

#include <pathtracer.h>

Inheritance diagram for PTOptions:
PSFPTOptions

Public Methods

void parse (const int argc, char **argv)
 

Public Members

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: