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

TR Scene Graph #35

Closed DieSlower closed 5 years ago

DieSlower commented 7 years ago

Recreate a similar to D3D scene graph nodes and tree setup in TR

OpenSceneGraph should be wrapped in a trSG library, and from that scene graph classes should be created in trCore

DieSlower commented 5 years ago

The scope of this ticket is too large. This ticket will be broken down into individual tickets for better record keeping.