Difference between revisions of "Appearance"
From Web3D.org
Line 25: | Line 25: | ||
# A single, optional node derived from X3DMetadataObject for the ''metadata'' field. | # A single, optional node derived from X3DMetadataObject for the ''metadata'' field. | ||
# Any number, including none, of X3DAppearanceChildNodes or Prototypes, where X3DAppearanceChildNodes are: | # Any number, including none, of X3DAppearanceChildNodes or Prototypes, where X3DAppearanceChildNodes are: | ||
− | ## LineProperties | + | ## [[LineProperties]] |
− | ## FillProperties | + | ## [[FillProperties]] |
## MaterialNodes, which are | ## MaterialNodes, which are | ||
− | ### Material | + | ### [[Material]] |
− | ### TwoSidedMaterial | + | ### [[TwoSidedMaterial]] |
## Texture2DNodes, which are | ## Texture2DNodes, which are | ||
− | ### ImageTexture | + | ### [[ImageTexture]] |
− | ### MovieTexture | + | ### [[MovieTexture]] |
− | ### MultiTexture | + | ### [[MultiTexture]] |
− | ### PixelTexture | + | ### [[PixelTexture]] |
## CubeMapTextureNodes, which are | ## CubeMapTextureNodes, which are | ||
− | ### ComposedCubeMapTexture | + | ### [[ComposedCubeMapTexture]] |
− | ### GeneratedCubeMapTexture | + | ### [[GeneratedCubeMapTexture]] |
− | ### ImageCubeMapTexture | + | ### [[ImageCubeMapTexture]] |
## ShaderNodes, which are | ## ShaderNodes, which are | ||
− | ### ComposedShader | + | ### [[ComposedShader]] |
− | ### PackagedShader | + | ### [[PackagedShader]] |
− | ### ProgramShader | + | ### [[ProgramShader]] |
## Texture3DTextureNodes, which are | ## Texture3DTextureNodes, which are | ||
− | ### ComposedTexture3D | + | ### [[ComposedTexture3D]] |
− | ### ImageTexture3D | + | ### [[ImageTexture3D]] |
− | ### PixelTexture3D | + | ### [[PixelTexture3D]] |
## TextureTransformNodes, which are | ## TextureTransformNodes, which are | ||
− | ### TextureTransform | + | ### [[TextureTransform]] |
− | ### MultiTextureTransform | + | ### [[MultiTextureTransform]] |
## Texture3DTextureTransformNodes, which are | ## Texture3DTextureTransformNodes, which are | ||
− | ### TextureTransformMatrix3D | + | ### [[TextureTransformMatrix3D]] |
− | ### TextureTransform3D | + | ### [[TextureTransform3D]] |
Note: There are no limitations on the numbers of nodes to match the interface definition. | Note: There are no limitations on the numbers of nodes to match the interface definition. | ||
Line 69: | Line 69: | ||
# A single, optional node derived from X3DMetadataObject for the ''metadata'' field. | # A single, optional node derived from X3DMetadataObject for the ''metadata'' field. | ||
# Any number, including none, of either Prototypes, or the nodes listed below: | # Any number, including none, of either Prototypes, or the nodes listed below: | ||
− | ## LineProperties | + | ## [[LineProperties]] |
− | ## FillProperties | + | ## [[FillProperties]] |
− | ## Material | + | ## [[Material]] |
− | ## TwoSidedMaterial | + | ## [[TwoSidedMaterial]] |
− | ## ComposedShader | + | ## [[ComposedShader]] |
− | ## PackagedShader | + | ## [[PackagedShader]] |
− | ## ProgramShader | + | ## [[ProgramShader]] |
− | ## ComposedCubeMapTexture | + | ## [[ComposedCubeMapTexture]] |
− | ## ComposedTexture3D | + | ## [[ComposedTexture3D]] |
− | ## ImageTexture | + | ## [[ImageTexture]] |
− | ## ImageTexture3D | + | ## [[ImageTexture3D]] |
− | ## MovieTexture | + | ## [[MovieTexture]] |
− | ## MultiTexture | + | ## [[MultiTexture]] |
− | ## PixelTexture | + | ## [[PixelTexture]] |
− | ## PixelTexture3D | + | ## [[PixelTexture3D]] |
− | ## GeneratedCubeMapTexture | + | ## [[GeneratedCubeMapTexture]] |
− | ## ImageCubeMapTexture | + | ## [[ImageCubeMapTexture]] |
− | ## MultiTextureTransform | + | ## [[MultiTextureTransform]] |
− | ## TextureTransform | + | ## [[TextureTransform]] |
− | ## TextureTransform3D | + | ## [[TextureTransform3D]] |
− | ## TextureTransformMatrix3D | + | ## [[TextureTransformMatrix3D]] |
Note: There are no limitations on the numbers of nodes to match the interface definition. | Note: There are no limitations on the numbers of nodes to match the interface definition. |
Revision as of 12:12, 19 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.
- Any number, including none, of X3DAppearanceChildNodes or Prototypes, where X3DAppearanceChildNodes are:
- LineProperties
- FillProperties
- MaterialNodes, which are
- Texture2DNodes, which are
- CubeMapTextureNodes, which are
- ShaderNodes, which are
- Texture3DTextureNodes, which are
- TextureTransformNodes, which are
- Texture3DTextureTransformNodes, which are
Note: There are no limitations on the numbers of nodes to match the interface definition.
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.
- Any number, including none, of either Prototypes, or the nodes listed below:
- LineProperties
- FillProperties
- Material
- TwoSidedMaterial
- ComposedShader
- PackagedShader
- ProgramShader
- ComposedCubeMapTexture
- ComposedTexture3D
- ImageTexture
- ImageTexture3D
- MovieTexture
- MultiTexture
- PixelTexture
- PixelTexture3D
- GeneratedCubeMapTexture
- ImageCubeMapTexture
- MultiTextureTransform
- TextureTransform
- TextureTransform3D
- TextureTransformMatrix3D
Note: There are no limitations on the numbers of nodes to match the interface definition.
Attributes
N/A
Schematron Validation
TBD