[osg-users] Frame syncing over multiple contexts

2012-01-14 Thread Anna Sokol
rly syncing. It sometimes visibly looks to be a number of frames out of sync (i.e. one of the rendered context is dragging behind). What could be causing this? In the threads? Or down in the graphics card? Is there any specific settings I should set to make the rendered contexts stay in frame sy

Re: [osg-users] integrating AntTweakBar GUI with OSG

2010-02-02 Thread Anna Sokol
(). - Add the derived osgGA::GUIEventHandler to an osgViewer::View using addEventHandler(). - Place the osg::Drawable derivative in an osg::Geode and add this osg::Geode to a osg::Camera, with a 2D projection and POST_RENDER, which is then added to the scene root. Regards, Anna Sokol On Mon, Feb 1

Re: [osg-users] VPB compile error

2009-06-13 Thread Anna Sokol
; any missing returns - gcc is at least reporting a clean build.  Could > you do an svn update, this should hopefully fix the build. > > Robert. > > On Fri, Jun 12, 2009 at 8:48 PM, Anna Sokol wrote: >> Hi, >> >> When I tried to compile the latest SVN version of

[osg-users] VPB compile error

2009-06-12 Thread Anna Sokol
gTerrain::TerrainTile* previous_terrain, osgTerrain::TerrainTile* new_terrain) { log(osg::NOTICE,"Currently ignoring patch terrainTile %s",previous_terrain->getName().c_str()); return addTerrain(new_terrain); } When I did the above, VPB compiled cleanly. Regards, - Anna Sokol _

Re: [osg-users] Problems with binaries

2009-06-05 Thread Anna Sokol
Hi Chris, Instead of the link provided in the tutorial download the following binaries instead: http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.1/binaries/Windows/VisualStudio8/openscenegraph-all-2.8.1-win32-x86-vc80sp1-Release.zip - Anna _

Re: [osg-users] Strange compile error when building osgAL with osg 2.8.0

2009-06-03 Thread Anna Sokol
Hi Björn, In order to compile osgAL when you configure Cmake leave the "OSGDB_INCLUDE_DIR" parameter blank and then regenerate the Visual Studio files. After this osgAL should compile without that compiler error. Regards, Anna Sokol

Re: [osg-users] What is everyone doing for GUIs?

2009-05-18 Thread Anna Sokol
Hi, If you are looking for something more lightweight then Qt or wxWidgets, might I suggest AntTweakBar, which is a very lightweight OpenGL GUI that works on Windows, Linux and most recently Mac OS X. - Anna "Once we accept our limits, we go b

Re: [osg-users] [osgAL] Link error in release

2008-12-16 Thread Anna Sokol
Hi Sukender, > unresolved external symbol "unsigned int __thiscall > OpenThreads::Atomic::operator++()" > referenced in function "osg::ref_ptr & > osg::ref_ptr osgDB::DotOsgWrapper>::operator=(osgDB::DotOsgWrapper *)" The above error occurs because OpenThreads is not included in the library depe