VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
8.2 - The Renderer

The core GUI API framework abstracts away from the underlying rendering implementation.

This separation ensures that the rendering-independent code remains independent of OSG, while the rendering code exists in the libraries that depend on OSG. (VR-Forces can support alternate rendering solutions.) The class responsible for rendering in VR-Forces is DtRenderer. The DtRenderer provides an interface for updating the scene graph and rendering the scene. The DtRenderer instance is owned by the display engine. Its update() and render() functions are called each display engine tick.

For more information, please see 3.4 - The Rendering System Layer.

[<< Rendering 3D Images] [Home] [Open Scene Graph Extensions in VRVantage >>]


Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)