Uses of Interface
org.web3d.x3d.sai.Texturing.ImageTexture
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 ImageTexture in org.web3d.x3d.jsail.Texturing
Modifier and TypeClassDescriptionclass
ImageTexture maps a 2D-image file onto a geometric shape. -
Uses of ImageTexture in org.web3d.x3d.sai.Texturing
Modifier and TypeMethodDescriptionImageTexture.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.ImageTexture.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.ImageTexture.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ImageTexture.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.ImageTexture.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ImageTexture.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ImageTexture.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.