Blender
V3.3
|
#include <types.h>
Public Attributes | |
float | axisu [3] |
float | invarea |
float | axisv [3] |
float | tan_spread |
float | dir [3] |
float | normalize_spread |
Definition at line 1254 of file kernel/types.h.
float KernelAreaLight::axisu[3] |
Definition at line 1255 of file kernel/types.h.
Referenced by LightManager::device_update_points().
float KernelAreaLight::axisv[3] |
Definition at line 1257 of file kernel/types.h.
Referenced by LightManager::device_update_points().
float KernelAreaLight::dir[3] |
Definition at line 1259 of file kernel/types.h.
Referenced by LightManager::device_update_points().
float KernelAreaLight::invarea |
Definition at line 1256 of file kernel/types.h.
Referenced by LightManager::device_update_points().
float KernelAreaLight::normalize_spread |
Definition at line 1260 of file kernel/types.h.
Referenced by LightManager::device_update_points().
float KernelAreaLight::tan_spread |
Definition at line 1258 of file kernel/types.h.
Referenced by LightManager::device_update_points().