Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-13 21:47:48 +0000
committerStijn Buys <ingar@osirion.org>2012-02-13 21:47:48 +0000
commit81922a29eaff6f7183a728d16906eca26caf885a (patch)
treea1ff32a5928d8bbd14a8c199b20886594c447bf5 /src/render/draw.h
parent130a23f483fe2e486e6d9d804b9d998c159fbcb0 (diff)
Rearranged render::draw_pas_globes(), removed render::draw_globe(), added render::draw_globe_corona().
Diffstat (limited to 'src/render/draw.h')
-rw-r--r--src/render/draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/draw.h b/src/render/draw.h
index 4a758b1..bc02bf5 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -29,6 +29,9 @@ void reset();
/// draw a sphere
void draw_sphere(math::Color const & color, float radius);
+/// draw a corona
+void draw_globe_corona(const math::Vector3f location, const math::Color & color, const float radius, const size_t corona_id);
+
/// draw mode lights and flares
void draw_model_lights(model::Model *model, const float scale,
const math::Vector3f & entity_location, const math::Axis & entity_axis,