Difference between revisions of "Appearance"
From Web3D.org
| Line 1: | Line 1: | ||
* [[Node Reference]] | * [[Node Reference]] | ||
==Appearance== | ==Appearance== | ||
| + | |||
| + | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#Appearance Appearance] | ||
<pre> | <pre> | ||
| Line 14: | Line 16: | ||
</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. | ||
| + | # TBD | ||
| − | + | ===Attributes=== | |
| − | + | N/A. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ==Schema Validation== | |
| + | |||
| + | ===Children=== | ||
| + | |||
| + | Children must appear as follows: | ||
| + | |||
| + | # A single, optional IS. | ||
| + | # A single, optional node derived from X3DMetadataObject for the ''metadata'' field. | ||
| + | # TBD. | ||
| + | |||
| + | ===Attributes=== | ||
| + | |||
| + | N/A | ||
| + | |||
| + | ==Schematron Validation== | ||
| + | |||
| + | TBD | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
* [[Node Reference]] | * [[Node Reference]] | ||
Revision as of 04:54, 18 April 2015
Contents
Appearance
Specification Link: Appearance
Appearance : X3DAppearanceNode {
SFNode [in,out] fillProperties NULL [FillProperties]
SFNode [in,out] lineProperties NULL [LineProperties]
SFNode [in,out] material NULL [X3DMaterialNode]
SFNode [in,out] metadata NULL [X3DMetadataObject]
MFNode [in,out] shaders [] [X3DShaderNode]
SFNode [in,out] texture NULL [X3DTextureNode]
SFNode [in,out] textureTransform NULL [X3DTextureTransformNode]
}
DTD Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- TBD
Attributes
N/A.
Schema Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- TBD.
Attributes
N/A
Schematron Validation
TBD