ComposedCubeMapTexture
Overview
ComposedCubeMapTexture is a texture node that defines a cubic environment map source as an explicit set of images drawn from individual 2D texture nodes.
The ComposedCubeMapTexture node belongs to the CubeMapTexturing component and requires at least level 1, its default container field is texture. It is available from X3D version 3.1 or higher.
Hierarchy
1
2
3
4
5
+ X3DNode
+ X3DAppearanceChildNode
+ X3DTextureNode
+ X3DEnvironmentTextureNode
+ ComposedCubeMapTexture
Fields
SFNode [in, out] metadata NULL [X3DMetadataObject]
Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
Hint
SFString [in, out] description “”
Author-provided prose that describes intended purpose of the url asset.
Hint
- Many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as & for & ampersand character, or " for “ quotation-mark character).
SFNode [in, out] frontTexture NULL [X3DTexture2DNode]
Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodes).
Warnings
- Each child image node must have a different containerField value.
- Field originally named ‘front’ in X3Dv3.
SFNode [in, out] backTexture NULL [X3DTexture2DNode]
Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodes).
Warnings
- Each child image node must have a different containerField value.
- Field originally named ‘back’ in X3Dv3.
SFNode [in, out] leftTexture NULL [X3DTexture2DNode]
Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodese).
Warnings
- Each child image node must have a different containerField value.
- Field originally named ‘left’ in X3Dv3.
SFNode [in, out] rightTexture NULL [X3DTexture2DNode]
Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodes).
Warnings
- Each child image node must have a different containerField value.
- Field originally named ‘right’ in X3Dv3.
SFNode [in, out] topTexture NULL [X3DTexture2DNode]
Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodes).
Warnings
- Each child image node must have a different containerField value.
- Field originally named ‘top’ in X3Dv3.
SFNode [in, out] bottomTexture NULL [X3DTexture2DNode]
Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture, other texture nodes).
Warnings
- Each child image node must have a different containerField value.
- Field originally named ‘bottom’ in X3Dv3.
SFNode [ ] textureProperties NULL [TextureProperties]
Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images.
Warning
- TextureProperties must follow other textures in order to meet XML validation requirements.
Advice
Hint
- 0..6 child image nodes are allowed (ImageTexture MovieTexture PixelTexture) with corresponding containerField values: front back left right top bottom.
Warnings
- Each of the child ImageTexture or PixelTexture nodes must have unique containerField values for backTexture, bottomTexture, frontTexture, leftTexture, rightTexture, or topTexture.
- Fields originally named back, bottom, front, left, right, or top in X3Dv3.