]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/sphere.hxx
Updates to cloud code to add different basic cloud types. This isn't the
[simgear.git] / simgear / sky / sphere.hxx
index a5a66a8a6a2dfb7e2b806042e87c44daac6f2ab9..a429dfc253fe5ae31cc119821616539210f2abd2 100644 (file)
 #include <plib/ssg.h>
 
 
-// return a sphere object as an ssgBranch
-ssgBranch *ssgMakeSphere( double radius, int slices, int stacks );
+// return a sphere object as an ssgBranch (and connect in the
+// specified ssgSimpleState
+ssgBranch *ssgMakeSphere( ssgSimpleState *state, ssgColourArray *cl, 
+                         double radius, int slices, int stacks,
+                         ssgCallback predraw, ssgCallback postdraw );
+
+