VISH
0.2
|
A scene is a class to render a collection of objects. More...
#include </home/werner/origo/vish/ocean/Anemonia/VScene.hpp>
A scene is a class to render a collection of objects.
A VScene object collects all renderable objects from the parent list of this object and exports them as a VSceneObjects list of objects.
A Viewer could also use another object as input instead, anything that outputs a VSceneObjects may be used as input for a Viewer. Alternative implementations might use other means to identify objects to render, instead of traversing the object's parents.