|
Blender V4.5
|
#include <types.h>
Public Attributes | |
| packed_float3 | dir |
| float | radius |
| float | eval_fac |
| float | cos_half_spot_angle |
| float | half_cot_half_spot_angle |
| float | spot_smooth |
| int | is_sphere |
| float | cos_half_larger_spread |
| float | ray_segment_dp |
Definition at line 1562 of file kernel/types.h.
| float KernelSpotLight::cos_half_larger_spread |
Definition at line 1571 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelSpotLight::cos_half_spot_angle |
Definition at line 1566 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| packed_float3 KernelSpotLight::dir |
Definition at line 1563 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelSpotLight::eval_fac |
Definition at line 1565 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelSpotLight::half_cot_half_spot_angle |
Definition at line 1567 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| int KernelSpotLight::is_sphere |
Definition at line 1569 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelSpotLight::radius |
Definition at line 1564 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelSpotLight::ray_segment_dp |
Definition at line 1573 of file kernel/types.h.
Referenced by LightManager::device_update_lights().
| float KernelSpotLight::spot_smooth |
Definition at line 1568 of file kernel/types.h.
Referenced by LightManager::device_update_lights().