8 #ifndef META_OCEAN_SCENEDESCRIPTION_SDX_UPDATE_NODE_H
9 #define META_OCEAN_SCENEDESCRIPTION_SDX_UPDATE_NODE_H
17 namespace SceneDescription
This class implements the manager for all scene descriptions.
Definition: scenedescription/Manager.h:101
This class implements a node environment container.
Definition: SDXNode.h:62
This class implements the base class for all SDX scene description nodes.
Definition: SDXNode.h:50
This class implements the base class for all nodes needing update calls regularly.
Definition: SDXUpdateNode.h:25
virtual Timestamp onPreUpdate(const Rendering::ViewRef &view, const Timestamp timestamp)
Pre update event function.
~SDXUpdateNode() override
Destructs an update node and unregisters it from the scene description manager.
SDXUpdateNode(const SDXEnvironment *environment)
Creates a new update node and registers it at the scene description manager.
virtual void onUpdate(const Rendering::ViewRef &view, const Timestamp timestamp)
Update event function.
This class implements a timestamp.
Definition: Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15