Castor3D  0.11.0
Multiplatform 3D engine
Fonctions membres publiques | Fonctions membres publiques statiques | Attributs publics | Liste de tous les membres
Référence de la structure castor3d::shader::SpotLight
Graphe d'héritage de castor3d::shader::SpotLight:
Inheritance graph
[légende]
Graphe de collaboration de castor3d::shader::SpotLight:
Collaboration graph
[légende]

Fonctions membres publiques

C3D_API SpotLight (sdw::ShaderWriter &writer, ast::expr::ExprPtr expr, bool enabled)
 

Fonctions membres publiques statiques

static C3D_API ast::type::StructPtr makeType (ast::type::TypesCache &cache)
 
static C3D_API std::unique_ptr< sdw::Struct > declare (sdw::ShaderWriter &writer)
 

Attributs publics

Light m_lightBase
 
sdw::Vec4 m_position4
 
sdw::Vec4 m_attenuation4
 
sdw::Vec4 m_direction4
 
sdw::Vec4 m_exponentCutOff
 
sdw::Mat4 m_transform
 
sdw::Vec3 m_position
 
sdw::Vec3 m_attenuation
 
sdw::Vec3 m_direction
 
sdw::Float m_exponent
 
sdw::Float m_cutOff
 

Documentation des constructeurs et destructeur

◆ SpotLight()

C3D_API castor3d::shader::SpotLight::SpotLight ( sdw::ShaderWriter &  writer,
ast::expr::ExprPtr  expr,
bool  enabled 
)

Documentation des fonctions membres

◆ declare()

static C3D_API std::unique_ptr< sdw::Struct > castor3d::shader::SpotLight::declare ( sdw::ShaderWriter &  writer)
static

◆ makeType()

static C3D_API ast::type::StructPtr castor3d::shader::SpotLight::makeType ( ast::type::TypesCache &  cache)
static

Documentation des données membres

◆ m_attenuation

sdw::Vec3 castor3d::shader::SpotLight::m_attenuation

◆ m_attenuation4

sdw::Vec4 castor3d::shader::SpotLight::m_attenuation4

◆ m_cutOff

sdw::Float castor3d::shader::SpotLight::m_cutOff

◆ m_direction

sdw::Vec3 castor3d::shader::SpotLight::m_direction

◆ m_direction4

sdw::Vec4 castor3d::shader::SpotLight::m_direction4

◆ m_exponent

sdw::Float castor3d::shader::SpotLight::m_exponent

◆ m_exponentCutOff

sdw::Vec4 castor3d::shader::SpotLight::m_exponentCutOff

◆ m_lightBase

Light castor3d::shader::SpotLight::m_lightBase

◆ m_position

sdw::Vec3 castor3d::shader::SpotLight::m_position

◆ m_position4

sdw::Vec4 castor3d::shader::SpotLight::m_position4

◆ m_transform

sdw::Mat4 castor3d::shader::SpotLight::m_transform

La documentation de cette structure a été générée à partir du fichier suivant :