H3D API
2.4.1
|
Header file for X3DTimeDependentNode, X3D scene-graph node. More...
Go to the source code of this file.
Classes | |
class | H3D::X3DTimeDependentNode |
This abstract node type is the base node type from which all time-dependent nodes are derived. More... | |
class | H3D::X3DTimeDependentNode::TimeHandler |
The TimeHandler field updates once per scene-graph loop to monitor the current time and updates the fields in the owner X3DTimeDependentNode if any state changes has to be made. More... | |
class | H3D::X3DTimeDependentNode::StartTime |
The StartTime field is a specialization of the SFTime field so that the value cannot be changed when the isActive field of the X3DTimeDependentNode it resides in is true. More... | |
class | H3D::X3DTimeDependentNode::StopTime |
The StopTime field is a specialization of the SFTime field so that the value is ignored if the X3DTimeDependentNode is active and stopTime <= startTime as according to the X3D spec. More... | |
Namespaces | |
H3D | |
H3D API namespace. | |
Header file for X3DTimeDependentNode, X3D scene-graph node.