[osg-users] 144 errors in gl.h

2008-07-02 Thread Zamo Cédrik
Hi, I tried ths tutorial from : http://osghelp.com/readarticle.php?article_id=6 everythings is ok, but now I try to create my own class to manage scene ressources and visual studio dislike this. It seems that I've not linked everithings correctly. here is my main.cpp :

[osg-users] 144 errors in gl.h (resend with clean text)

2008-07-02 Thread Zamo Cédrik
Hi,   I tried this tutorial :   http://osghelp.com/readarticle.php?article_id=6   everythings is ok, but now I try to create my own class to manage scene ressources and visual studio dislike this. It seems that I've not linked everythings correctly.   here is my MAIN.CPP:

[osg-users] error in tutorial Loading Models from Files...

2008-07-01 Thread Zamo Cédrik
Hi, in tutorial Loading Models from Files and Positioning Them in a Scene there is :    osgViewer::Viewer viewer;     viewer.addCameraManipulator(new osgGA::TrackballManipulator); compiler errors ;    error C2039: 'addCameraManipulator' : is not a member of 'osgViewer::Viewer' and    error