HTML Encoding and Default Values⤴
<ScalarChaser
destination='0'
duration='1'
initialDestination='0'
initialValue='0'
isActive='false'
metadata='X3DMetadataObject'
value='0'
></ScalarChaser>
Inheritance⤴
- Core/X3DNode(18)
- Core/X3DChildNode(12)
- X3DFollowerNode(2)
- X3DChaserNode(5)
- ScalarChaser
Fields⤴
These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via
DOM functions (i.e., using
setAttribute("myFieldName", "myFieldValue")
and
getAttribute("myFieldName")
).
Name | Type | Default Value | Range | Inheritance | Standard | Description |
---|---|---|---|---|---|---|
destination | SFFloat | 0 | The target value. | |||
duration | SFTime | 1 | X3DChaserNode | Duration of the transition | ||
initialDestination | SFFloat | 0 | The field initialDestination should be set to the same value than initialValue unless a transition to a certain value is to be created right after the scene is loaded or right after the ScalarChaser node is created dynamically. | |||
initialValue | SFFloat | 0 | The field initialValue can be used to set the initial initial value. | |||
isActive | SFBool | false | X3DFollowerNode | isActive shows if the sensor is active | ||
metadata | SFNode | X3DMetadataObject | Core/X3DNode | Field to add metadata information | ||
value | SFFloat | 0 | The current value. |