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