8#ifndef META_OCEAN_SCENEDESCRIPTION_SDX_X3D_VIEWPOINT_H
9#define META_OCEAN_SCENEDESCRIPTION_SDX_X3D_VIEWPOINT_H
19namespace SceneDescription
32class OCEAN_SCENEDESCRIPTION_SDX_X3D_EXPORT
Viewpoint :
This class implements a node specification object.
Definition scenedescription/Node.h:77
This class implements a x3d viewpoint node.
Definition Viewpoint.h:35
Timestamp onPreUpdate(const Rendering::ViewRef &view, const Timestamp timestamp) override
Pre update event function.
size_t objectAddress() const override
Returns the address of the most derived object.
SingleFloat fieldOfView_
FieldOfView field.
Definition Viewpoint.h:67
NodeSpecification specifyNode()
Specifies the node type and the fields of this node.
Viewpoint(const SDXEnvironment *environment)
Creates a new x3d viewpoint node.
This class implements an abstract x3d viewpoint node.
Definition X3DViewpointNode.h:31
This class implements a node environment container.
Definition SDXNode.h:62
This class implements the base class for all nodes needing update calls regularly.
Definition SDXUpdateNode.h:25
This class implements a timestamp.
Definition Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition Accessor.h:15