Fields
SFNode [in, out] metadata NULL [X3DMetadataObject]
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
SFBool [in] set_boolean
Set_boolean is the input value to be filtered.
SFBool [out] inputFalse
InputFalse only passes a false value, which occurs when set_boolean is false.
Hint
InputFalse can only provide a value of false.
SFBool [out] inputTrue
InputTrue only passes a true value, which occurs when set_boolean input is true.
Hint
InputTrue can only provide a value of true.
SFBool [out] inputNegate
InputNegate provides an opposite value by negating set_boolean input.