From: <nsm...@us...> - 2008-11-30 14:08:09
|
Revision: 2310 http://csp.svn.sourceforge.net/csp/?rev=2310&view=rev Author: nsmoooose Date: 2008-11-30 14:08:00 +0000 (Sun, 30 Nov 2008) Log Message: ----------- Added a simple window framework example. It demonstrates how to create a window and add a single label on it. Basically a Hello world example. :-) Also splitted WindowManager functionality into two new classes. * WindowManagerSceneView is used together with osgUtil::SceneView based classes. * WindowManagerViewer is used together with osgViewer::Viewer based classes. WindowManagerViewer is not completely finished. But it is able to display content. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspsim/MenuScreen.h trunk/csp/cspsim/VirtualScene.cpp trunk/csp/cspsim/VirtualScene.h trunk/csp/cspwf/SConscript trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/examples/README Added Paths: ----------- trunk/csp/cspwf/WindowManagerSceneView.cpp trunk/csp/cspwf/WindowManagerSceneView.h trunk/csp/cspwf/WindowManagerViewer.cpp trunk/csp/cspwf/WindowManagerViewer.h trunk/csp/examples/wf-window/ trunk/csp/examples/wf-window/Program.cpp trunk/csp/examples/wf-window/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |