[osg-users] problem to delete an object from the screen

2008-08-08 Thread Sébastien Champmartin
Hi, the following code displays a grid when we enter in the 'if' part, but if i press the key which displayed the grid before the else doen't delete this object. How can i do ? void GmlOsgObject::createGrid() { osg::ref_ptr osg::PositionAttitudeTransform root =

Re: [osg-users] problem to delete an object from the screen

2008-08-08 Thread Sébastien Champmartin
: Fri, 8 Aug 2008 20:11:57 +1000 From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] problem to delete an object from the screen Hi Sébastien, Sébastien Champmartin wrote: void GmlOsgObject::createGrid() { osg::ref_ptr osg::PositionAttitudeTransform

[osg-users] error while loading .3ds file

2008-04-08 Thread Sébastien Champmartin
Hi, My problem is that when i try to load a 3ds file, i get the following message : could not find plugin to read object from file ...3ds I don't think that this is an error of coding because it worked with previous versions, visual studio said that it loaded the osgdb_3dsd.dll file. can you

Re: [osg-users] problem with the debug version of OSG25-OSGVIEWERD.DLL and visual studio 2008

2008-03-31 Thread Sébastien Champmartin
...maybe you have to put the configuration of your visual project in debug mode...Regards, Vincent. 2008/3/31, Sébastien Champmartin [EMAIL PROTECTED]: Hi ! When i execute the program visual studio says to me that the application did not manage to reset correctly (it compiles correctly

[osg-users] question about compiling OSG with visual C++

2008-03-31 Thread Sébastien Champmartin
Hi ! I use Cmake to generate a solution for visual C++ 2008 and i compile in debug mode the code files. The question is : at the end of the compilation, what executable have i to specify ? i made an error about this by indicating a wrong file but i don't know why i have to specify a file and

Re: [osg-users] problem with the debug version of OSG25-OSGVIEWERD.DLL and visual studio 2008

2008-03-31 Thread Sébastien Champmartin
see this sort of behaviour. You can look for MSVCR80(D) or MSVSR71(D) entries in depends? Cheers, Colin. Sébastien Champmartin wrote: Hi ! When i execute the program visual studio says to me that the application did not manage to reset correctly (it compiles correctly) and dependency