]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/sphere.hxx
materials.xml format update
[simgear.git] / simgear / scene / sky / sphere.hxx
index e7896e38f61ed511633ab022d285131e2f14323d..5c5eced0f066b83ec204e37e80095a2ee93a0a49 100644 (file)
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Library General Public License for more details.
 //
-// You should have received a copy of the GNU Library General Public
-// License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA  02111-1307, USA.
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
 
-#include <plib/ssg.h>
-
+#include <osg/Node>
 
 // 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 );
+osg::Node* SGMakeSphere(double radius, int slices, int stacks);