|
Blender
V2.93
|
#include <kernel_types.h>
Public Attributes | |
| float | radius |
| float | invarea |
| float | spot_angle |
| float | spot_smooth |
| float | dir [3] |
| float | pad |
Definition at line 1485 of file kernel_types.h.
| float KernelSpotLight::dir[3] |
Definition at line 1490 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::invarea |
Definition at line 1487 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::pad |
Definition at line 1491 of file kernel_types.h.
| float KernelSpotLight::radius |
Definition at line 1486 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::spot_angle |
Definition at line 1488 of file kernel_types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::spot_smooth |
Definition at line 1489 of file kernel_types.h.
Referenced by LightManager::device_update_points().