Uses of Interface
org.web3d.x3d.sai.CubeMapTexturing.GeneratedCubeMapTexture
Package
Description
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
The Cube Map Environmental Texturing component describes how additional texturing effects are defined to produce environmental effects such as reflections from objects.
-
Uses of GeneratedCubeMapTexture in org.web3d.x3d.jsail.CubeMapTexturing
Modifier and TypeClassDescriptionclass
GeneratedCubeMapTexture is a texture node that defines a cubic environment map that sources its data from internally generated images. -
Uses of GeneratedCubeMapTexture in org.web3d.x3d.sai.CubeMapTexturing
Modifier and TypeMethodDescriptionGeneratedCubeMapTexture.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.GeneratedCubeMapTexture.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeneratedCubeMapTexture.setSize
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named size.GeneratedCubeMapTexture.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.