Uses of Interface
org.web3d.x3d.sai.Texturing3D.PixelTexture3D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing3D | |
| org.web3d.x3d.sai.Texturing3D |
-
Uses of PixelTexture3D in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement PixelTexture3D Modifier and Type Class Description classPixelTexture3DObjectPixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field). -
Uses of PixelTexture3D in org.web3d.x3d.sai.Texturing3D
Methods in org.web3d.x3d.sai.Texturing3D that return PixelTexture3D Modifier and Type Method Description PixelTexture3DPixelTexture3D. setImage(int[] newValue)Accessor method to assign int array to inputOutput MFInt32 field named image.PixelTexture3DPixelTexture3D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexture3DPixelTexture3D. setRepeatR(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.PixelTexture3DPixelTexture3D. setRepeatS(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.PixelTexture3DPixelTexture3D. setRepeatT(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.PixelTexture3DPixelTexture3D. setTextureProperties(TextureProperties newValue)Accessor method to assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.