Uses of Interface
org.web3d.x3d.sai.CubeMapTexturing.GeneratedCubeMapTexture
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CubeMapTexturing | |
| org.web3d.x3d.sai.CubeMapTexturing |
-
Uses of GeneratedCubeMapTexture in org.web3d.x3d.jsail.CubeMapTexturing
Classes in org.web3d.x3d.jsail.CubeMapTexturing that implement GeneratedCubeMapTexture Modifier and Type Class Description classGeneratedCubeMapTextureObjectGeneratedCubeMapTexture 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
Methods in org.web3d.x3d.sai.CubeMapTexturing that return GeneratedCubeMapTexture Modifier and Type Method Description GeneratedCubeMapTextureGeneratedCubeMapTexture. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.GeneratedCubeMapTextureGeneratedCubeMapTexture. setSize(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named size.GeneratedCubeMapTextureGeneratedCubeMapTexture. setTextureProperties(TextureProperties newValue)Accessor method to assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.GeneratedCubeMapTextureGeneratedCubeMapTexture. setUpdate(java.lang.String newValue)Accessor method to assign String enumeration value ("NONE" | "NEXT_FRAME_ONLY" | "ALWAYS") to inputOutput SFString field named update.