Uses of Interface
org.web3d.x3d.sai.Followers.TexCoordDamper2D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Followers | |
| org.web3d.x3d.sai.Followers |
-
Uses of TexCoordDamper2D in org.web3d.x3d.jsail.Followers
Classes in org.web3d.x3d.jsail.Followers that implement TexCoordDamper2D Modifier and Type Class Description classTexCoordDamper2DObjectTexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value. -
Uses of TexCoordDamper2D in org.web3d.x3d.sai.Followers
Methods in org.web3d.x3d.sai.Followers that return TexCoordDamper2D Modifier and Type Method Description TexCoordDamper2DTexCoordDamper2D. setInitialDestination(float[] newValue)Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named initialDestination.TexCoordDamper2DTexCoordDamper2D. setInitialValue(float[] newValue)Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named initialValue.TexCoordDamper2DTexCoordDamper2D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TexCoordDamper2DTexCoordDamper2D. setOrder(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named order.TexCoordDamper2DTexCoordDamper2D. setTau(double newValue)Accessor method to assign double value in seconds to inputOutput SFTime field named tau.TexCoordDamper2DTexCoordDamper2D. setTolerance(float newValue)Accessor method to assign float value to inputOutput SFFloat field named tolerance.