From a22542f273de28d06ecaf2bd6fd741821e98512b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 1 May 2008 16:59:54 +0000 Subject: lights offset and frequency --- src/core/model.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/core/model.h') diff --git a/src/core/model.h b/src/core/model.h index 60746ae..1c56982 100644 --- a/src/core/model.h +++ b/src/core/model.h @@ -120,10 +120,19 @@ public: inline math::Color const & color() const { return light_color; }; inline bool strobe() const { return light_strobe; } + + inline float radius() const { return light_radius; } + + inline float offset() const { return light_offset; } + + inline float frequency() const { return light_frequency; } math::Vector3f light_location; math::Color light_color; bool light_strobe; + float light_radius; + float light_frequency; + float light_offset; }; -- cgit v1.2.3