Difference between revisions of "ComposedTexture3D"
From Web3D.org
(→ComposedTexture3D) |
|||
| Line 1: | Line 1: | ||
==ComposedTexture3D== | ==ComposedTexture3D== | ||
| + | |||
| + | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texture3D.html#ComposedTexture3D ComposedTexture3D] | ||
<pre> | <pre> | ||
ComposedTexture3D : X3DTexture3DNode { | ComposedTexture3D : X3DTexture3DNode { | ||
| − | SFNode [in,out] metadata NULL [X3DMetadataObject | + | SFNode [in,out] metadata NULL [X3DMetadataObject] |
| − | + | SFBool [] repeatS FALSE | |
| − | SFBool [] repeatS | + | SFBool [] repeatR FALSE |
| − | SFBool [] repeatR | + | SFBool [] repeatT FALSE |
| − | SFBool [] repeatT | + | MFNode [in,out] texture [] [X3DTexture2DNode] |
| + | SFNode [] textureProperties NULL [TextureProperties] | ||
} | } | ||
</pre> | </pre> | ||
| − | + | ==DTD Validation== | |
| + | |||
| + | ===Children=== | ||
| + | |||
| + | Children must appear as follows: | ||
| + | |||
| + | # A single, optional IS. | ||
| + | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. | ||
| + | # A single, optional TextureProperties or appropriately typed Prototype node. | ||
| + | # Any number, including zero, of Texture2DNodes, which are: | ||
| + | ## [[ImageTexture]] | ||
| + | ## [[MovieTexture]] | ||
| + | ## [[PixelTexture]] | ||
| + | ## An appropriately typed Prototype node | ||
| + | |||
| + | NOTE: At the time of writing the TextureProperties node is missing in the DTD definition. This is being reported and will be fixed shortly. | ||
| + | |||
| + | ===Attributes=== | ||
| + | |||
| + | * There are no other attributes requiring validation. | ||
| + | |||
| + | ==Schema Validation== | ||
| + | |||
| + | ===Children=== | ||
| + | Children must appear as follows: | ||
| − | + | # A single, optional IS. | |
| + | # A single, optional node derived from ''X3DMetadataObject'' for the ''metadata'' field. | ||
| + | # A single, optional TextureProperties or appropriately typed Prototype node. | ||
| + | # Any number, including zero, of Texture2DNodes, which are: | ||
| + | ## [[ImageTexture]] | ||
| + | ## [[MovieTexture]] | ||
| + | ## [[PixelTexture]] | ||
| + | ## An appropriately typed Prototype node | ||
| + | ===Attributes=== | ||
| − | + | * There are no other attributes requiring validation. | |
| + | ==Schematron validation== | ||
| − | + | TBD | |
* [[Node Reference]] | * [[Node Reference]] | ||
Latest revision as of 01:53, 27 August 2015
Contents
ComposedTexture3D
Specification Link: ComposedTexture3D
ComposedTexture3D : X3DTexture3DNode {
SFNode [in,out] metadata NULL [X3DMetadataObject]
SFBool [] repeatS FALSE
SFBool [] repeatR FALSE
SFBool [] repeatT FALSE
MFNode [in,out] texture [] [X3DTexture2DNode]
SFNode [] textureProperties NULL [TextureProperties]
}
DTD Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- A single, optional TextureProperties or appropriately typed Prototype node.
- Any number, including zero, of Texture2DNodes, which are:
- ImageTexture
- MovieTexture
- PixelTexture
- An appropriately typed Prototype node
NOTE: At the time of writing the TextureProperties node is missing in the DTD definition. This is being reported and will be fixed shortly.
Attributes
- There are no other attributes requiring validation.
Schema Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- A single, optional TextureProperties or appropriately typed Prototype node.
- Any number, including zero, of Texture2DNodes, which are:
- ImageTexture
- MovieTexture
- PixelTexture
- An appropriately typed Prototype node
Attributes
- There are no other attributes requiring validation.
Schematron validation
TBD