|
Blender
V2.93
|
#include <kernel_types.h>
Public Attributes | |
| int | surface_shader |
| int | volume_shader |
| float | volume_step_size |
| int | transparent |
| float | transparent_roughness_squared_threshold |
| float | ao_factor |
| float | ao_distance |
| float | ao_bounces_factor |
| float | portal_weight |
| int | num_portals |
| int | portal_offset |
| float | sun_weight |
| float4 | sun |
| float | map_weight |
| int | map_res_x |
| int | map_res_y |
| int | use_mis |
Definition at line 1282 of file kernel_types.h.
| float KernelBackground::ao_bounces_factor |
Definition at line 1293 of file kernel_types.h.
| float KernelBackground::ao_distance |
Definition at line 1292 of file kernel_types.h.
| float KernelBackground::ao_factor |
Definition at line 1291 of file kernel_types.h.
| int KernelBackground::map_res_x |
Definition at line 1308 of file kernel_types.h.
Referenced by LightManager::device_update_background().
| int KernelBackground::map_res_y |
Definition at line 1309 of file kernel_types.h.
Referenced by LightManager::device_update_background().
| float KernelBackground::map_weight |
Definition at line 1307 of file kernel_types.h.
Referenced by LightManager::device_update_background(), and LightManager::device_update_distribution().
| int KernelBackground::num_portals |
Definition at line 1297 of file kernel_types.h.
Referenced by LightManager::device_update_distribution().
| int KernelBackground::portal_offset |
Definition at line 1298 of file kernel_types.h.
Referenced by LightManager::device_update_distribution().
| float KernelBackground::portal_weight |
Definition at line 1296 of file kernel_types.h.
Referenced by LightManager::device_update_background(), and LightManager::device_update_distribution().
| float4 KernelBackground::sun |
Definition at line 1304 of file kernel_types.h.
Referenced by LightManager::device_update_background().
| float KernelBackground::sun_weight |
Definition at line 1301 of file kernel_types.h.
Referenced by LightManager::device_update_background(), and LightManager::device_update_distribution().
| int KernelBackground::surface_shader |
Definition at line 1284 of file kernel_types.h.
| int KernelBackground::transparent |
Definition at line 1287 of file kernel_types.h.
| float KernelBackground::transparent_roughness_squared_threshold |
Definition at line 1288 of file kernel_types.h.
| int KernelBackground::use_mis |
Definition at line 1311 of file kernel_types.h.
Referenced by LightManager::device_update_background().
| int KernelBackground::volume_shader |
Definition at line 1285 of file kernel_types.h.
| float KernelBackground::volume_step_size |
Definition at line 1286 of file kernel_types.h.