GraphBase
The GraphBase class provides an interface for customizing Graph behavior. It offers virtual methods to handle Graph-related Scene operations.
#include <scene/TellusimGraphBase.h>
Inheritance
- Inherits from Graph
Methods
Clear graph.
virtual void clear()
Create graph.
virtual bool create(const Device &device, SceneScript *script, Async &async)
Update graph.
virtual void update(SceneManager &manager, Scene &scene)
Dispatch graph.
virtual void dispatch(const Device &device, Compute &compute, NodeCamera &node)