![]() |
VR-Vantage 2.7 API Documentation
|
The core VR-Vantage Toolkit 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-Vantage can support alternate rendering solutions.) The class responsible for rendering in VR-Vantage 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 >>]