Uses of Package
org.web3d.x3d.sai.EventUtilities
Package
Description
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
-
ClassDescriptionBooleanFilter selectively passes true, false or negated events.BooleanSequencer generates periodic discrete Boolean values.BooleanToggle maintains state and negates output when a true input is provided.BooleanTrigger converts time events to boolean true events.IntegerSequencer generates periodic discrete integer values.IntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node).TimeTrigger converts boolean true events to time events.Base type from which all Sequencers are derived.Base type from which all trigger nodes are derived.
-
ClassDescriptionBooleanFilter selectively passes true, false or negated events.BooleanSequencer generates periodic discrete Boolean values.BooleanToggle maintains state and negates output when a true input is provided.BooleanTrigger converts time events to boolean true events.IntegerSequencer generates periodic discrete integer values.IntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node).TimeTrigger converts boolean true events to time events.Base type from which all Sequencers are derived.Base type from which all trigger nodes are derived.