Class PointLight#

Inheritance Relationships#

Base Type#

Class Documentation#

class PointLight : public Kataglyphis::Light#

Public Functions

inline PointLight()#
inline PointLight(float red, float green, float blue, float rad, float x_pos, float y_pos, float z_pos, float con, float lin, float exp, float f_plane)#
inline glm::vec3 get_position() const#
inline void set_position(glm::vec3 pos)#
inline float get_constant_factor() const#
inline float get_linear_factor() const#
inline float get_exponent_factor() const#
inline float get_far_plane() const#