|
Blender V4.5
|
#include <types.h>
Public Attributes | |
| packed_float3 | axis_u |
| float | len_u |
| packed_float3 | axis_v |
| float | len_v |
| packed_float3 | dir |
| float | invarea |
| float | tan_half_spread |
| float | normalize_spread |
| float | pad [2] |
Definition at line 1575 of file kernel/types.h.
| packed_float3 KernelAreaLight::axis_u |
Definition at line 1576 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| packed_float3 KernelAreaLight::axis_v |
Definition at line 1578 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| packed_float3 KernelAreaLight::dir |
Definition at line 1580 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelAreaLight::invarea |
Definition at line 1581 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelAreaLight::len_u |
Definition at line 1577 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelAreaLight::len_v |
Definition at line 1579 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelAreaLight::normalize_spread |
Definition at line 1583 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelAreaLight::pad[2] |
Definition at line 1584 of file kernel/types.h.
| float KernelAreaLight::tan_half_spread |
Definition at line 1582 of file kernel/types.h.
Referenced by LightManager::device_update_lights().