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. |