From: <min...@us...> - 2009-05-13 19:31:12
|
Revision: 2357 http://csp.svn.sourceforge.net/csp/?rev=2357&view=rev Author: minaultm Date: 2009-05-13 19:31:07 +0000 (Wed, 13 May 2009) Log Message: ----------- Replaced all SceneView from csp::VirtualScene, by osg::Camera. This is now a part of the osgViewer rendering loop. This breaks some functionalities: - Stat are no more rendered. This could probably be fixed by rendering them in their own camera (like csp::wf::WindowManagerViewerNode) - Demeter terrain seems to have some incompatibilities with osgViewer. To avoid strange Z-buffer glitch, I moved temporarily the csp::VirtualScene::m_TerrainGroup to it's own camera, but this imply that we can now see through the terrain. I hope the new terrain will fix this. - TODO: rewrite csp::VirtualScene::pick Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |