]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sphere.hxx
Collapsed the init() method into the constructor.
[simgear.git] / simgear / sky / sphere.hxx
index 5d64b10161015c20e91cf1814e4f9aaa5e496471..a429dfc253fe5ae31cc119821616539210f2abd2 100644 (file)
@@ -27,7 +27,8 @@
 
 // return a sphere object as an ssgBranch (and connect in the
 // specified ssgSimpleState
-ssgBranch *ssgMakeSphere( ssgSimpleState *state, double radius, int slices,
-                         int stacks );
+ssgBranch *ssgMakeSphere( ssgSimpleState *state, ssgColourArray *cl, 
+                         double radius, int slices, int stacks,
+                         ssgCallback predraw, ssgCallback postdraw );