|
Blender
V3.3
|
#include <types.h>
Public Attributes | |
| float | radius |
| float | invarea |
| float | spot_angle |
| float | spot_smooth |
| float | dir [3] |
| float | pad |
Definition at line 1243 of file kernel/types.h.
| float KernelSpotLight::dir[3] |
Definition at line 1248 of file kernel/types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::invarea |
Definition at line 1245 of file kernel/types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::pad |
Definition at line 1249 of file kernel/types.h.
| float KernelSpotLight::radius |
Definition at line 1244 of file kernel/types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::spot_angle |
Definition at line 1246 of file kernel/types.h.
Referenced by LightManager::device_update_points().
| float KernelSpotLight::spot_smooth |
Definition at line 1247 of file kernel/types.h.
Referenced by LightManager::device_update_points().