Uses of Interface
org.web3d.x3d.sai.Followers.ScalarChaser
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Followers | |
| org.web3d.x3d.sai.Followers |
-
Uses of ScalarChaser in org.web3d.x3d.jsail.Followers
Classes in org.web3d.x3d.jsail.Followers that implement ScalarChaser Modifier and Type Class Description classScalarChaserObjectScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value. -
Uses of ScalarChaser in org.web3d.x3d.sai.Followers
Methods in org.web3d.x3d.sai.Followers that return ScalarChaser Modifier and Type Method Description ScalarChaserScalarChaser. setDuration(double newValue)Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.ScalarChaserScalarChaser. setInitialDestination(float newValue)Accessor method to assign float value to initializeOnly SFFloat field named initialDestination.ScalarChaserScalarChaser. setInitialValue(float newValue)Accessor method to assign float value to initializeOnly SFFloat field named initialValue.ScalarChaserScalarChaser. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.