Uses of Interface
org.web3d.x3d.sai.Texturing.PixelTexture
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing | |
| org.web3d.x3d.sai.Texturing |
-
Uses of PixelTexture in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement PixelTexture Modifier and Type Class Description classPixelTextureObjectPixelTexture creates a 2D-image texture map using a numeric array of pixel values. -
Uses of PixelTexture in org.web3d.x3d.sai.Texturing
Methods in org.web3d.x3d.sai.Texturing that return PixelTexture Modifier and Type Method Description PixelTexturePixelTexture. setImage(int[] newValue)Accessor method to assign int array to inputOutput SFImage field named image.PixelTexturePixelTexture. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexturePixelTexture. setRepeatS(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.PixelTexturePixelTexture. setRepeatT(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.PixelTexturePixelTexture. setTextureProperties(TextureProperties newValue)Accessor method to assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.