From f416e6b792e5dda143f60b7a2724db6b3ec33d75 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 28 Dec 2012 22:55:35 +0000 Subject: Support for rendering globes with rings, removed hardcoded 'corona' prefix for corona textures, added support for projectile fire sounds. --- src/ui/modelview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/modelview.h') diff --git a/src/ui/modelview.h b/src/ui/modelview.h index 4642551..e23fd1c 100755 --- a/src/ui/modelview.h +++ b/src/ui/modelview.h @@ -45,7 +45,7 @@ public: /** * @brief show a textured globe with an optional corona * */ - void set_globetexturename(const std::string & texturename, const bool bright, const std::string & coronaname); + void set_globetexturename(const std::string & texturename, const std::string & coronaname, const std::string ringsname, const bool bright = false); /** * @brief show a model @@ -111,6 +111,7 @@ private: std::string modelview_modelname; std::string modelview_globetexturename; std::string modelview_globecoronaname; + std::string modelview_globeringsname; bool modelview_globebright; math::Color modelview_color_primary; -- cgit v1.2.3