Blender  V3.3
Public Attributes | List of all members
KernelSpotLight Struct Reference

#include <types.h>

Public Attributes

float radius
 
float invarea
 
float spot_angle
 
float spot_smooth
 
float dir [3]
 
float pad
 

Detailed Description

Definition at line 1243 of file kernel/types.h.

Member Data Documentation

◆ dir

float KernelSpotLight::dir[3]

Definition at line 1248 of file kernel/types.h.

Referenced by LightManager::device_update_points().

◆ invarea

float KernelSpotLight::invarea

Definition at line 1245 of file kernel/types.h.

Referenced by LightManager::device_update_points().

◆ pad

float KernelSpotLight::pad

Definition at line 1249 of file kernel/types.h.

◆ radius

float KernelSpotLight::radius

Definition at line 1244 of file kernel/types.h.

Referenced by LightManager::device_update_points().

◆ spot_angle

float KernelSpotLight::spot_angle

Definition at line 1246 of file kernel/types.h.

Referenced by LightManager::device_update_points().

◆ spot_smooth

float KernelSpotLight::spot_smooth

Definition at line 1247 of file kernel/types.h.

Referenced by LightManager::device_update_points().


The documentation for this struct was generated from the following file: