Download ISA 2.0 User's Guide

Transcript
Appendixes > Object Gallery
Boolsorter
Repeats an incoming Boolean event as an outgoing one on one of two output jacks. When inBool
receives TRUE, it is forwarded to outTrue; when FALSE, to outFalse.
Boolean Filter
Repeats an incoming Boolean event as an outgoing one if state is set to TRUE.
Properties:
state indicates whether state is set to TRUE or FALSE whenever you load the scene with the VRML
browser. The default value is FALSE.
Events:
Possible incoming and outgoing events are summarized in the following table. F – Boolean value FALSE, T –
TRUE, N – no outgoing event, M – outgoing event of SFTime type.
In
TFTF
state T T F F
------------------out
TFNN
error N N M M
When the set_state field receives an event of Boolean type, the state changes to the value of the event.
When the set_state_Off field receives an event of SFTime type, the state changes to FALSE.
When the set_state_On field receives an event of SFTime type, the state changes to TRUE.
Time Filter
Repeats an incoming SFTime event as an outgoing one if the state is set to TRUE.
Properties:
state indicates whether state is set to TRUE or FALSE whenever you load the scene with the VRML
browser. The default value is FALSE.
Events:
Possible incoming and outgoing events are summarized in the following table. F – Boolean value FALSE, T –
TRUE, N – no outgoing event, M – incoming or outgoing event of SFTime type.
timeIn M M
state
TF
-----------------timeOut M N
error
NM
106