acidrainstudios / TrueReality

True Reality (TR) is an open source LGPL Game and Simulation Engine written entirely in Standard C++ and OpenGL. It runs on all Windows platforms and GNU/Linux. OpenSceneGraph is used as its graphics engine, along with many other open source projects for support of various features.
GNU Lesser General Public License v3.0
12 stars 7 forks source link

Create a scenegraph example #141

Open DieSlower opened 4 years ago

DieSlower commented 4 years ago

TR needs a scene graph example that will demonstrate the use of nodes, views, windows and other scenegraph classes. Originally it will be coded with osg classes, which will be slowly replaced with TR classes as time goes on.