Uses of Interface
org.web3d.x3d.sai.Texturing.RenderedTexture
Packages that use RenderedTexture
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 RenderedTexture in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement RenderedTextureModifier and TypeClassDescriptionclassRenderedTexture is a texture node that renders the view from a local viewpoint or separate scene into an offscreen buffer, producing an image or depth map that can be rendered from model geometry in real time. -
Uses of RenderedTexture in org.web3d.x3d.sai.Texturing
Methods in org.web3d.x3d.sai.Texturing that return RenderedTextureModifier and TypeMethodDescriptionRenderedTexture.setColorDepth(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named colorDepth.RenderedTexture.setDepthMap(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named depthMap.RenderedTexture.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.RenderedTexture.setHeight(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named height.RenderedTexture.setMaxNumberFrames(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named maxNumberFrames.RenderedTexture.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.RenderedTexture.setRepeatS(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.RenderedTexture.setRepeatT(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.RenderedTexture.setReplaceImage(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named replaceImage.RenderedTexture.setSingleFrame(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named singleFrame.RenderedTexture.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 enumeration value ("NONE" | "NEXT_FRAME_ONLY" | "ALWAYS") to inputOutput SFString field named update.RenderedTexture.setUpdateInterval(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named updateInterval.Accessor method to assign String array to inputOutput MFString field named url.RenderedTexture.setWidth(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named width.