Package org.web3d.x3d.sai.texturing
Interface MovieTexture
- All Superinterfaces:
X3DAppearanceChildNode
,X3DChildNode
,X3DNode
,X3DSoundSourceNode
,X3DTexture2DNode
,X3DTextureNode
,X3DTimeDependentNode
,X3DUrlObject
Defines the requirements of an X3D MovieTexture node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
Methods inherited from interface org.web3d.x3d.sai.X3DSoundSourceNode
getDescription, getPitch, setDescription, setPitch
Methods inherited from interface org.web3d.x3d.sai.X3DTexture2DNode
getRepeatS, getRepeatT, getTextureProperties, setRepeatS, setRepeatT, setTextureProperties
Methods inherited from interface org.web3d.x3d.sai.X3DTimeDependentNode
getElapsedTime, getIsActive, getIsPaused, getLoop, getPauseTime, getResumeTime, getStartTime, getStopTime, setLoop, setPauseTime, setResumeTime, setStartTime, setStopTime
Methods inherited from interface org.web3d.x3d.sai.X3DUrlObject
getNumUrl, getUrl, setUrl
-
Method Details
-
getSpeed
float getSpeed()Return the speed float value.- Returns:
- The speed float value.
-
setSpeed
void setSpeed(float val) Set the speed field.- Parameters:
val
- The float to set.
-