Uses of Interface
org.web3d.x3d.sai.Texturing3D.PixelTexture3D
Packages that use PixelTexture3D
Package
Description
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of PixelTexture3D in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement PixelTexture3DModifier and TypeClassDescriptionclass
PixelTexture3D 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 PixelTexture3DModifier and TypeMethodDescriptionPixelTexture3D.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PixelTexture3D.setImage
(int[] newValue) Accessor method to assign int array to inputOutput MFInt32 field named image.PixelTexture3D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PixelTexture3D.setRepeatR
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.PixelTexture3D.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.PixelTexture3D.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.PixelTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.