From 5388c37bdc040ba50d21ec16a01f399d20592a90 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 3 May 2008 18:31:13 +0000 Subject: server frame time, rotation snap, flares --- src/core/model.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/core/model.h') diff --git a/src/core/model.h b/src/core/model.h index 6175ec7..e9b3de4 100644 --- a/src/core/model.h +++ b/src/core/model.h @@ -133,6 +133,12 @@ public: /// fraction a strobe light will be on, default is 0.5f inline float time() const { return light_time; } + + /// flare texture number + inline size_t flare() const { return light_flare; } + + /// render texture number + inline size_t texture() const { return render_texture; } math::Vector3f light_location; math::Color light_color; @@ -141,6 +147,10 @@ public: float light_frequency; float light_offset; float light_time; + + size_t light_flare; + + size_t render_texture; }; -- cgit v1.2.3