Unravel Engine C++ Reference
|
This is the complete list of members for unravel::light_component, including all inherited members.
base typedef | unravel::component_crtp< light_component > | |
compute_projected_sphere_rect(irect32_t &rect, const math::vec3 &light_position, const math::vec3 &light_direction, const math::vec3 &view_origin, const math::transform &view, const math::transform &proj) -> int | unravel::light_component | |
eto | unravel::basic_component | |
get_bounds() const -> math::bbox | unravel::light_component | |
get_bounds_precise(const math::vec3 &light_direction) const -> math::bbox | unravel::light_component | |
get_bounds_sphere() const -> math::bsphere | unravel::light_component | |
get_bounds_sphere_precise(const math::vec3 &light_direction) const -> math::bsphere | unravel::light_component | |
get_light() const -> const light & | unravel::light_component | |
get_shadowmap_generator() -> shadow::shadowmap_generator & | unravel::light_component | |
in_place_delete | unravel::component_crtp< light_component > | static |
set_light(const light &l) | unravel::light_component | |
touch() | unravel::basic_component | inline |