element MultiTexture
diagram x3d-4.0_diagrams/x3d-4.0_p148.png
type extension of X3DTextureNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ImageTexture MovieTexture PixelTexture ComposedCubeMapTexture GeneratedCubeMapTexture ImageCubeMapTexture ComposedTexture3D ImageTexture3D PixelTexture3D ProtoInstance
used by
groups AppearanceChildContentModelNoProtoInstance TextureBackgroundChildContentModel TextureContentModel
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

                    DEF defines a unique ID name for each node, referenceable by other nodes.
               
USE  xs:IDREF        
appinfo

                    USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
               
class  xs:NMTOKENS        
appinfo

                    The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
description  SFString        
alpha  derived by: SFFloat    1    
color  SFColor    1 1 1    
function  MFString        
mode  MFString        
source  MFString        
containerField  containerFieldChoicesX3DTexture2DNode    texture    
annotation
appinfo
<xs:attribute name="function" type="multiTextureFunctionValues">
<xs:annotation>
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="mode" type="multiTextureModeValues">
<xs:annotation>
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="source" type="multiTextureSourceValues">
<xs:annotation>
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:element name="texture" type="MFNode" fixed="inputOutputField" default="X3DSingleTextureNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="MultiTexture">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="function" type="multiTextureFunctionValues">
       
<xs:annotation>
         
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="mode" type="multiTextureModeValues">
       
<xs:annotation>
         
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="source" type="multiTextureSourceValues">
       
<xs:annotation>
         
<xs:documentation>Multiple optional values, but cannot be extended.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:element name="texture" type="MFNode" fixed="inputOutputField" default="X3DSingleTextureNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#MultiTexture"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DTextureNode">
       
<xs:choice minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>texture X3DSingleTextureNode</xs:documentation>
         
</xs:annotation>
         
<xs:element ref="ImageTexture"/>
         
<xs:element ref="MovieTexture"/>
         
<xs:element ref="PixelTexture"/>
         
<xs:element ref="ComposedCubeMapTexture"/>
         
<xs:element ref="GeneratedCubeMapTexture"/>
         
<xs:element ref="ImageCubeMapTexture"/>
         
<xs:element ref="ComposedTexture3D"/>
         
<xs:element ref="ImageTexture3D"/>
         
<xs:element ref="PixelTexture3D"/>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="alpha" default="1">
         
<xs:simpleType>
           
<xs:restriction base="SFFloat">
             
<xs:minInclusive value="0"/>
             
<xs:maxInclusive value="1"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:attribute>
       
<xs:attribute name="color" type="SFColor" default="1 1 1"/>
       
<xs:attribute name="function" type="MFString"/>
       
<xs:attribute name="mode" type="MFString"/>
       
<xs:attribute name="source" type="MFString"/>
       
<xs:attribute name="containerField" type="containerFieldChoicesX3DTexture2DNode" default="texture"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute MultiTexture/@alpha
type restriction of SFFloat
properties
default 1
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
pattern \s*([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="alpha" default="1">
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute MultiTexture/@color
type SFColor
properties
default 1 1 1
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*(([+]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)\s+){2}([+]?((0(\.[0-9]*)?|\.[0-9]+)|1(\.0*)?)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="color" type="SFColor" default="1 1 1"/>

attribute MultiTexture/@function
type MFString
source <xs:attribute name="function" type="MFString"/>

attribute MultiTexture/@mode
type MFString
source <xs:attribute name="mode" type="MFString"/>

attribute MultiTexture/@source
type MFString
source <xs:attribute name="source" type="MFString"/>

attribute MultiTexture/@containerField
type containerFieldChoicesX3DTexture2DNode
properties
default texture
facets
Kind Value Annotation
enumeration texture
appinfo
default, parent node is Appearance
enumeration source
appinfo
parent node is Sound node: legacy X3D3 SFNode source is allowed content model (AudioClip or MovieTexture only), prefer X3D4 MFNode children.
enumeration backTexture
appinfo
parent node is TextureBackground or ComposedCubeMapTexture
enumeration bottomTexture
appinfo
parent node is TextureBackground or ComposedCubeMapTexture
enumeration frontTexture
appinfo
parent node is TextureBackground or ComposedCubeMapTexture
enumeration leftTexture
appinfo
parent node is TextureBackground or ComposedCubeMapTexture
enumeration rightTexture
appinfo
parent node is TextureBackground or ComposedCubeMapTexture
enumeration topTexture
appinfo
parent node is TextureBackground or ComposedCubeMapTexture
enumeration children
appinfo
parent node is LoadSensor (formerly watchList in X3D3)
enumeration baseTexture
appinfo
X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial
enumeration emissiveTexture
appinfo
X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial or UnlitMaterial
enumeration metallicRoughnessTexture
appinfo
X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial
enumeration normalTexture
appinfo
X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial or UnlitMaterial
enumeration occlusionTexture
appinfo
X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial
source <xs:attribute name="containerField" type="containerFieldChoicesX3DTexture2DNode" default="texture"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy