sculpto
Public Attributes | List of all members
scl::spot_light Struct Reference

#include <render_pipeline.h>

Public Attributes

vec3 Position
 
float InnerCutoffCos
 
vec3 Direction
 
float OuterCutoffCos
 
vec3 Color
 
float Epsilon
 

Detailed Description

Spot light structure.

Definition at line 70 of file render_pipeline.h.

Member Data Documentation

◆ Color

vec3 scl::spot_light::Color

Definition at line 76 of file render_pipeline.h.

◆ Direction

vec3 scl::spot_light::Direction

Definition at line 74 of file render_pipeline.h.

◆ Epsilon

float scl::spot_light::Epsilon

Definition at line 77 of file render_pipeline.h.

◆ InnerCutoffCos

float scl::spot_light::InnerCutoffCos

Definition at line 73 of file render_pipeline.h.

◆ OuterCutoffCos

float scl::spot_light::OuterCutoffCos

Definition at line 75 of file render_pipeline.h.

◆ Position

vec3 scl::spot_light::Position

Definition at line 72 of file render_pipeline.h.


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