Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/integrator.h
| Show All 25 Lines | |||||
| class Device; | class Device; | ||||
| class DeviceScene; | class DeviceScene; | ||||
| class Scene; | class Scene; | ||||
| class Integrator : public Node { | class Integrator : public Node { | ||||
| public: | public: | ||||
| NODE_DECLARE | NODE_DECLARE | ||||
| int min_bounce; | |||||
| int max_bounce; | int max_bounce; | ||||
| int max_diffuse_bounce; | int max_diffuse_bounce; | ||||
| int max_glossy_bounce; | int max_glossy_bounce; | ||||
| int max_transmission_bounce; | int max_transmission_bounce; | ||||
| int max_volume_bounce; | int max_volume_bounce; | ||||
| int transparent_min_bounce; | |||||
| int transparent_max_bounce; | int transparent_max_bounce; | ||||
| bool transparent_shadows; | bool transparent_shadows; | ||||
| int ao_bounces; | int ao_bounces; | ||||
| int volume_max_steps; | int volume_max_steps; | ||||
| float volume_step_size; | float volume_step_size; | ||||
| ▲ Show 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||