Uses of Interface
org.web3d.x3d.sai.Texturing.MovieTexture
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of MovieTexture in org.web3d.x3d.jsail.Texturing
Modifier and TypeClassDescriptionclass
MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node. -
Uses of MovieTexture in org.web3d.x3d.sai.Texturing
Modifier and TypeMethodDescriptionMovieTexture.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.MovieTexture.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.MovieTexture.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.MovieTexture.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.MovieTexture.setGain
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gain.MovieTexture.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.MovieTexture.setLoop
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named loop.MovieTexture.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.MovieTexture.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.MovieTexture.setPitch
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pitch.MovieTexture.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.MovieTexture.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.MovieTexture.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.MovieTexture.setSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.MovieTexture.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.MovieTexture.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.MovieTexture.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.Accessor method to assign String array to inputOutput MFString field named url.