|
Blender
V2.93
|
#include <kernel_types.h>
Public Attributes | |
| float | axisu [3] |
| float | invarea |
| float | axisv [3] |
| float | tan_spread |
| float | dir [3] |
| float | normalize_spread |
Definition at line 1496 of file kernel_types.h.
| float KernelAreaLight::axisu[3] |
Definition at line 1497 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelAreaLight::axisv[3] |
Definition at line 1499 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelAreaLight::dir[3] |
Definition at line 1501 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelAreaLight::invarea |
Definition at line 1498 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelAreaLight::normalize_spread |
Definition at line 1502 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelAreaLight::tan_spread |
Definition at line 1500 of file kernel_types.h.
Referenced by LightManager::device_update_points().