]> 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 566fe1c0391e08c42033799cb5b50654226677bf..a429dfc253fe5ae31cc119821616539210f2abd2 100644 (file)
@@ -28,6 +28,7 @@
 // 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 );
+                         double radius, int slices, int stacks,
+                         ssgCallback predraw, ssgCallback postdraw );