|
sandbox
|
Public Member Functions | |
| directional_light (const math::vector3 &direction, const math::color &color) | |
| auto | direction () const noexcept -> const math::vector3 & |
| auto | direction () noexcept -> math::vector3 & |
| auto | set_direction (const math::vector3 &direction) noexcept -> void |
| auto | color () const noexcept -> const math::color & |
| auto | color () noexcept -> math::color & |