From: <nsm...@us...> - 2008-09-24 11:18:49
|
Revision: 2294 http://csp.svn.sourceforge.net/csp/?rev=2294&view=rev Author: nsmoooose Date: 2008-09-24 11:18:36 +0000 (Wed, 24 Sep 2008) Log Message: ----------- Added manual registration of all ObjectInterface classes into the InterfaceRegistry. This due to a deadlock problem when cspsim.dll was loaded on windows. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim.py branches/osg_2.6_vs2008/csp/csplib/data/InterfaceProxy.h branches/osg_2.6_vs2008/csp/csplib/util/Modules.cpp branches/osg_2.6_vs2008/csp/cspsim/Animation.cpp branches/osg_2.6_vs2008/csp/cspsim/Animation.h branches/osg_2.6_vs2008/csp/cspsim/ChannelMirror.h branches/osg_2.6_vs2008/csp/cspsim/DoubleChannelMirror.cpp branches/osg_2.6_vs2008/csp/cspsim/FlightControlSystem.cpp branches/osg_2.6_vs2008/csp/cspsim/SConscript branches/osg_2.6_vs2008/csp/cspsim/cspsim.i branches/osg_2.6_vs2008/csp/cspsim/f16/F16INS.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/FLCS.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/FuelSystem.cpp branches/osg_2.6_vs2008/csp/modules/chunklod/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/Terrain.h Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspsim/FlightControlSystem.h branches/osg_2.6_vs2008/csp/cspsim/RegisterObjectInterfaces.cpp branches/osg_2.6_vs2008/csp/cspsim/RegisterObjectInterfaces.h branches/osg_2.6_vs2008/csp/cspsim/f16/F16INS.h branches/osg_2.6_vs2008/csp/cspsim/f16/FLCS.h branches/osg_2.6_vs2008/csp/cspsim/f16/FuelSystem.h branches/osg_2.6_vs2008/csp/cspsim/f16/RegisterF16Objects.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/RegisterF16Objects.h branches/osg_2.6_vs2008/csp/modules/chunklod/Module.cpp branches/osg_2.6_vs2008/csp/modules/demeter/Export.h branches/osg_2.6_vs2008/csp/modules/demeter/Module.cpp Property Changed: ---------------- branches/osg_2.6_vs2008/csp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-09-25 09:42:27
|
Revision: 2295 http://csp.svn.sourceforge.net/csp/?rev=2295&view=rev Author: nsmoooose Date: 2008-09-25 09:42:18 +0000 (Thu, 25 Sep 2008) Log Message: ----------- Applied Hans J Micheelsen patch to SpecialFonts.cpp Adjusted the required version of open scene graph. Fixed some compiler warnings. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct branches/osg_2.6_vs2008/csp/cspsim/RegisterObjectInterfaces.cpp branches/osg_2.6_vs2008/csp/cspsim/f16/SpecialFonts.cpp branches/osg_2.6_vs2008/csp/modules/chunklod/Module.cpp branches/osg_2.6_vs2008/csp/modules/demeter/Module.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-26 00:26:06
|
Revision: 2313 http://csp.svn.sourceforge.net/csp/?rev=2313&view=rev Author: nsmoooose Date: 2008-12-26 00:25:55 +0000 (Fri, 26 Dec 2008) Log Message: ----------- Merged r2295:2312 from trunk. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct branches/osg_2.6_vs2008/csp/bin/sim.py branches/osg_2.6_vs2008/csp/csplib/data/External.cpp branches/osg_2.6_vs2008/csp/csplib/data/External.h branches/osg_2.6_vs2008/csp/cspsim/CSPSim.cpp branches/osg_2.6_vs2008/csp/cspsim/ChunkLodTerrain.h branches/osg_2.6_vs2008/csp/cspsim/Config.cpp branches/osg_2.6_vs2008/csp/cspsim/Config.h branches/osg_2.6_vs2008/csp/cspsim/Exception.cpp branches/osg_2.6_vs2008/csp/cspsim/GameScreen.h branches/osg_2.6_vs2008/csp/cspsim/MenuScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/MenuScreen.h branches/osg_2.6_vs2008/csp/cspsim/ObjectModel.cpp branches/osg_2.6_vs2008/csp/cspsim/ObjectModel.h branches/osg_2.6_vs2008/csp/cspsim/TerrainObject.h branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.cpp branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.h branches/osg_2.6_vs2008/csp/cspsim/sky/Magnitude.h branches/osg_2.6_vs2008/csp/cspsim/sky/OrbitalBody.h branches/osg_2.6_vs2008/csp/cspsim/sky/OrbitalBodyImposter.h branches/osg_2.6_vs2008/csp/cspsim/sky/OrbitalBodyModel.h branches/osg_2.6_vs2008/csp/cspsim/sky/PhaseShader.h branches/osg_2.6_vs2008/csp/cspsim/sky/Sky.cpp branches/osg_2.6_vs2008/csp/cspsim/sky/Sky.h branches/osg_2.6_vs2008/csp/cspsim/sky/SkyDome.h branches/osg_2.6_vs2008/csp/cspsim/sky/SkyShader.h branches/osg_2.6_vs2008/csp/cspsim/sky/SolarSystem.h branches/osg_2.6_vs2008/csp/cspsim/sky/StarDome.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/Cloud.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudBox.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudMath.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudRegistry.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudTextureFactory.h branches/osg_2.6_vs2008/csp/cspsim/weather/clouds/CloudUtils.h branches/osg_2.6_vs2008/csp/cspwf/SConscript branches/osg_2.6_vs2008/csp/cspwf/WindowManager.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManager.h branches/osg_2.6_vs2008/csp/data/shaders/terrain-demeter.fragment branches/osg_2.6_vs2008/csp/modules/chunklod/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/DemeterDrawable.cpp branches/osg_2.6_vs2008/csp/modules/demeter/DemeterDrawable.h branches/osg_2.6_vs2008/csp/modules/demeter/DemeterException.h branches/osg_2.6_vs2008/csp/modules/demeter/DemeterTerrain.h branches/osg_2.6_vs2008/csp/modules/demeter/Export.h branches/osg_2.6_vs2008/csp/modules/demeter/Module.cpp branches/osg_2.6_vs2008/csp/modules/demeter/SConscript branches/osg_2.6_vs2008/csp/modules/demeter/Terrain.cpp branches/osg_2.6_vs2008/csp/modules/demeter/Terrain.h branches/osg_2.6_vs2008/csp/modules/demeter/TerrainFileTextureFactory.cpp branches/osg_2.6_vs2008/csp/modules/demeter/TerrainFileTextureFactory.h branches/osg_2.6_vs2008/csp/modules/demeter/TerrainTextureFactory.cpp branches/osg_2.6_vs2008/csp/modules/demeter/TerrainTextureFactory.h branches/osg_2.6_vs2008/csp/tools/build/util.py branches/osg_2.6_vs2008/csp/tools/layout2/scripts/ui/LayoutApplication.py Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspwf/WindowManagerSceneView.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerSceneView.h branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.h branches/osg_2.6_vs2008/csp/examples/ branches/osg_2.6_vs2008/csp/examples/README branches/osg_2.6_vs2008/csp/examples/clouds/ branches/osg_2.6_vs2008/csp/examples/clouds/Program.cpp branches/osg_2.6_vs2008/csp/examples/clouds/SConscript branches/osg_2.6_vs2008/csp/examples/objectmodel/ branches/osg_2.6_vs2008/csp/examples/objectmodel/Program.cpp branches/osg_2.6_vs2008/csp/examples/objectmodel/SConscript branches/osg_2.6_vs2008/csp/examples/sky/ branches/osg_2.6_vs2008/csp/examples/sky/Program.cpp branches/osg_2.6_vs2008/csp/examples/sky/SConscript branches/osg_2.6_vs2008/csp/examples/terrain-demeter/ branches/osg_2.6_vs2008/csp/examples/terrain-demeter/Program.cpp branches/osg_2.6_vs2008/csp/examples/terrain-demeter/SConscript branches/osg_2.6_vs2008/csp/examples/wf-window/ branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp branches/osg_2.6_vs2008/csp/examples/wf-window/SConscript Removed Paths: ------------- branches/osg_2.6_vs2008/csp/examples/README branches/osg_2.6_vs2008/csp/examples/clouds/ branches/osg_2.6_vs2008/csp/examples/clouds/Program.cpp branches/osg_2.6_vs2008/csp/examples/clouds/SConscript branches/osg_2.6_vs2008/csp/examples/objectmodel/ branches/osg_2.6_vs2008/csp/examples/objectmodel/Program.cpp branches/osg_2.6_vs2008/csp/examples/objectmodel/SConscript branches/osg_2.6_vs2008/csp/examples/sky/ branches/osg_2.6_vs2008/csp/examples/sky/Program.cpp branches/osg_2.6_vs2008/csp/examples/sky/SConscript branches/osg_2.6_vs2008/csp/examples/terrain-demeter/ branches/osg_2.6_vs2008/csp/examples/terrain-demeter/Program.cpp branches/osg_2.6_vs2008/csp/examples/terrain-demeter/SConscript branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp branches/osg_2.6_vs2008/csp/examples/wf-window/SConscript branches/osg_2.6_vs2008/csp/tools/cloud_prototype/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-27 17:14:59
|
Revision: 2314 http://csp.svn.sourceforge.net/csp/?rev=2314&view=rev Author: nsmoooose Date: 2008-12-27 17:14:48 +0000 (Sat, 27 Dec 2008) Log Message: ----------- WindowManagerViewer is now handling the projection correct (All controls are facing the camera). wf-window example has both an object that you can rotate and a window on top of everything. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspwf/WindowManager.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManager.h branches/osg_2.6_vs2008/csp/cspwf/WindowManagerSceneView.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.h branches/osg_2.6_vs2008/csp/examples/wf-window/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-27 23:22:18
|
Revision: 2315 http://csp.svn.sourceforge.net/csp/?rev=2315&view=rev Author: nsmoooose Date: 2008-12-27 23:22:08 +0000 (Sat, 27 Dec 2008) Log Message: ----------- Added a new example that: * Instantiates a CSPViewer class (a wrapper around the osgViewer::Viewer class). * Loads a window xml file with layout. (a window with a single button on it.) * runs the viewer. The example is written in pure python and pulls in only the needed things to display a window. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/SConscript branches/osg_2.6_vs2008/csp/cspsim/cspsim.i branches/osg_2.6_vs2008/csp/cspwf/ResourceLocator.cpp branches/osg_2.6_vs2008/csp/cspwf/ResourceLocator.h branches/osg_2.6_vs2008/csp/cspwf/Serialization.cpp branches/osg_2.6_vs2008/csp/cspwf/Serialization.h branches/osg_2.6_vs2008/csp/cspwf/cspwf.i branches/osg_2.6_vs2008/csp/examples/README Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/cspsim/swig/CSPViewer.i branches/osg_2.6_vs2008/csp/examples/wf-python/ branches/osg_2.6_vs2008/csp/examples/wf-python/hello_world.xml branches/osg_2.6_vs2008/csp/examples/wf-python/wf-python This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-28 12:55:33
|
Revision: 2316 http://csp.svn.sourceforge.net/csp/?rev=2316&view=rev Author: nsmoooose Date: 2008-12-28 12:55:29 +0000 (Sun, 28 Dec 2008) Log Message: ----------- Fixed building issues on windows. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/cspwf/Style.h Property Changed: ---------------- branches/osg_2.6_vs2008/csp/examples/wf-window/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-28 15:02:01
|
Revision: 2317 http://csp.svn.sourceforge.net/csp/?rev=2317&view=rev Author: nsmoooose Date: 2008-12-28 15:01:57 +0000 (Sun, 28 Dec 2008) Log Message: ----------- Some changes: * sim2.py is an experimental python script to start the simulator using the osgViewer based classes. * changed name of the file for the wf-python example. It is easier with most editors when there is a file extension. * added two convenient functions to the CSPViewer class. They provide frame rate statistics with the 'S' key and help with the 'H' key. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/data/ui/scripts/windows/mainmenu.py Added Paths: ----------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/examples/wf-python/wf-python.py Removed Paths: ------------- branches/osg_2.6_vs2008/csp/examples/wf-python/wf-python This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-30 11:08:50
|
Revision: 2318 http://csp.svn.sourceforge.net/csp/?rev=2318&view=rev Author: nsmoooose Date: 2008-12-30 11:08:31 +0000 (Tue, 30 Dec 2008) Log Message: ----------- The windowing framework didn't use the ResourceLocator class for fonts. It only used it for images and other xml resources used by the wf namespace. Fixed so the ResourceLocator is used. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/cspsim/CSPSim.cpp branches/osg_2.6_vs2008/csp/cspwf/ControlGeometryBuilder.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-30 15:23:42
|
Revision: 2319 http://csp.svn.sourceforge.net/csp/?rev=2319&view=rev Author: nsmoooose Date: 2008-12-30 15:23:30 +0000 (Tue, 30 Dec 2008) Log Message: ----------- Added some more experimental code to be able to get input using osgGA. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPViewer.h branches/osg_2.6_vs2008/csp/cspwf/SConscript branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspwf/WindowManagerEventHandler.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerEventHandler.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-12-30 20:06:02
|
Revision: 2320 http://csp.svn.sourceforge.net/csp/?rev=2320&view=rev Author: nsmoooose Date: 2008-12-30 20:05:47 +0000 (Tue, 30 Dec 2008) Log Message: ----------- Fixed so the sim2.py actually can open other windows like the help window. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/bin/sim2.py branches/osg_2.6_vs2008/csp/cspwf/Serialization.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-01-19 18:40:09
|
Revision: 2323 http://csp.svn.sourceforge.net/csp/?rev=2323&view=rev Author: nsmoooose Date: 2009-01-19 18:39:58 +0000 (Mon, 19 Jan 2009) Log Message: ----------- A small sample that runs the sky with SDL and a viewer class. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/SConstruct Added Paths: ----------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/ branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sto...@us...> - 2009-02-20 23:56:30
|
Revision: 2332 http://csp.svn.sourceforge.net/csp/?rev=2332&view=rev Author: storm_bringer Date: 2009-02-20 22:55:37 +0000 (Fri, 20 Feb 2009) Log Message: ----------- sdl-viewer example loads scenes from xml theater files Work in progress - scenes are loaded, but not rendered correctly Only tested on Windows, most probably needs changes for Linux Changes to cspsim/VirtualScene do not break backwards compatibility Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.cpp branches/osg_2.6_vs2008/csp/cspsim/VirtualScene.h branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp Added Paths: ----------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/readme branches/osg_2.6_vs2008/csp/examples/sdl-viewer/sdl-viewer.ini This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-04-24 20:53:37
|
Revision: 2338 http://csp.svn.sourceforge.net/csp/?rev=2338&view=rev Author: nsmoooose Date: 2009-04-24 20:53:28 +0000 (Fri, 24 Apr 2009) Log Message: ----------- Added a window manager to the osgViewer. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/CSPSim.cpp branches/osg_2.6_vs2008/csp/cspwf/SConscript branches/osg_2.6_vs2008/csp/examples/sdl-viewer/Program.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/SConscript Added Paths: ----------- branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewerNode.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewerNode.h Removed Paths: ------------- branches/osg_2.6_vs2008/csp/examples/sdl-viewer/WindowManagerViewerNode.cpp branches/osg_2.6_vs2008/csp/examples/sdl-viewer/WindowManagerViewerNode.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-04-24 20:54:24
|
Revision: 2339 http://csp.svn.sourceforge.net/csp/?rev=2339&view=rev Author: nsmoooose Date: 2009-04-24 20:54:22 +0000 (Fri, 24 Apr 2009) Log Message: ----------- Replaced all user interface with an osgViewer based window manager. Replaced all user interface with an osgViewer based window manager. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/CSPSim.cpp branches/osg_2.6_vs2008/csp/cspsim/CSPSim.h branches/osg_2.6_vs2008/csp/cspsim/GameScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/GameScreen.h branches/osg_2.6_vs2008/csp/cspsim/MenuScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/MenuScreen.h branches/osg_2.6_vs2008/csp/cspsim/swig/CSPSim.i branches/osg_2.6_vs2008/csp/cspsim/swig/Screens.i branches/osg_2.6_vs2008/csp/cspwf/WindowManager.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManager.h branches/osg_2.6_vs2008/csp/cspwf/WindowManagerSceneView.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewer.h branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewerNode.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManagerViewerNode.h branches/osg_2.6_vs2008/csp/data/ui/scripts/gamescreenmanager.py branches/osg_2.6_vs2008/csp/data/ui/scripts/startup.py branches/osg_2.6_vs2008/csp/data/ui/tutorials/takeoff/takeoff.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-04-26 19:57:02
|
Revision: 2346 http://csp.svn.sourceforge.net/csp/?rev=2346&view=rev Author: minaultm Date: 2009-04-26 19:56:57 +0000 (Sun, 26 Apr 2009) Log Message: ----------- Fix some warnings with Microsoft Visual Studio 2005. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/csplib/data/Quat.h branches/osg_2.6_vs2008/csp/csplib/data/Vector3.h branches/osg_2.6_vs2008/csp/csplib/data/test/test_Quat.cpp branches/osg_2.6_vs2008/csp/csplib/data/test/test_Vector3.cpp branches/osg_2.6_vs2008/csp/csplib/util/Testing.h branches/osg_2.6_vs2008/csp/cspsim/sky/Colorspace.cpp branches/osg_2.6_vs2008/csp/cspsim/sky/SkyShader.cpp branches/osg_2.6_vs2008/csp/cspsim/test/test_PhysicsModel.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-04-26 20:02:07
|
Revision: 2347 http://csp.svn.sourceforge.net/csp/?rev=2347&view=rev Author: minaultm Date: 2009-04-26 20:01:53 +0000 (Sun, 26 Apr 2009) Log Message: ----------- Removed unneeded references to osgUtil::SceneView. Modified Paths: -------------- branches/osg_2.6_vs2008/csp/cspsim/GameScreen.cpp branches/osg_2.6_vs2008/csp/cspsim/GameScreen.h branches/osg_2.6_vs2008/csp/cspwf/WindowManager.cpp branches/osg_2.6_vs2008/csp/cspwf/WindowManager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |