Post

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

SFNode [in, out] backTexture NULL [X3DTexture2DNode]

Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodes).

Warnings

SFNode [in, out] leftTexture NULL [X3DTexture2DNode]

Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodese).

Warnings

SFNode [in, out] rightTexture NULL [X3DTexture2DNode]

Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodes).

Warnings

SFNode [in, out] topTexture NULL [X3DTexture2DNode]

Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture MovieTexture, other texture nodes).

Warnings

SFNode [in, out] bottomTexture NULL [X3DTexture2DNode]

Parent ComposedCubeMapTexture element can contain up to six image nodes (ImageTexture PixelTexture, other texture nodes).

Warnings

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

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.

Example

View Source in Playground

See Also

This post is licensed under CC BY 4.0 by the author.