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>2008-05-26 16:34:39 +0000
committerStijn Buys <ingar@osirion.org>2008-05-26 16:34:39 +0000
commitf71901eeab126bb4b7e2552dd2edf0b34632c683 (patch)
tree32e13b554bb5415d6f54d88a0826c52ec73e3801 /src/render/draw.h
parentf7283b2b9a9bf305ac110ef00cd5c21d5304bfbb (diff)
radar, aux text functions, restore original frustum, documentation update
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 c7d68b1..a260f34 100644
--- a/src/render/draw.h
+++ b/src/render/draw.h
@@ -16,6 +16,9 @@ namespace render
/// draw the world
void draw(math::Axis const &axis, math::Vector3f const &eye, math::Vector3f const &target, float seconds);
+/// draw a sphere
+void draw_sphere(math::Color const & color, float radius);
+
class Stats {
public:
static void clear();