element TwoSidedMaterial
diagram x3d-3.2_diagrams/x3d-3.2_p222.png
type extension of X3DMaterialNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
group AppearanceChildContentModelNoProtoInstance
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.
ambientIntensity  unitIntervalType    0.2    
backAmbientIntensity  unitIntervalType    0.2    
diffuseColor  SFColor    0.8 0.8 0.8    
backDiffuseColor  SFColor    0.8 0.8 0.8    
emissiveColor  SFColor    0 0 0    
backEmissiveColor  SFColor    0 0 0    
shininess  unitIntervalType    0.2    
backShininess  unitIntervalType    0.2    
specularColor  SFColor    0 0 0    
backSpecularColor  SFColor    0 0 0    
transparency  unitIntervalType    0    
backTransparency  unitIntervalType    0    
separateBackColor  SFBool    false    
containerField  xs:NMTOKEN    material    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shape"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
documentation
Deprecated in X3D version 4
source <xs:element name="TwoSidedMaterial">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Shape"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#TwoSidedMaterial">Deprecated in X3D version 4</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DMaterialNode">
       
<xs:attribute name="ambientIntensity" type="unitIntervalType" default="0.2"/>
       
<xs:attribute name="backAmbientIntensity" type="unitIntervalType" default="0.2"/>
       
<xs:attribute name="diffuseColor" type="SFColor" default="0.8 0.8 0.8"/>
       
<xs:attribute name="backDiffuseColor" type="SFColor" default="0.8 0.8 0.8"/>
       
<xs:attribute name="emissiveColor" type="SFColor" default="0 0 0"/>
       
<xs:attribute name="backEmissiveColor" type="SFColor" default="0 0 0"/>
       
<xs:attribute name="shininess" type="unitIntervalType" default="0.2"/>
       
<xs:attribute name="backShininess" type="unitIntervalType" default="0.2"/>
       
<xs:attribute name="specularColor" type="SFColor" default="0 0 0"/>
       
<xs:attribute name="backSpecularColor" type="SFColor" default="0 0 0"/>
       
<xs:attribute name="transparency" type="unitIntervalType" default="0"/>
       
<xs:attribute name="backTransparency" type="unitIntervalType" default="0"/>
       
<xs:attribute name="separateBackColor" type="SFBool" default="false"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="material"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute TwoSidedMaterial/@ambientIntensity
type unitIntervalType
properties
default 0.2
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="ambientIntensity" type="unitIntervalType" default="0.2"/>

attribute TwoSidedMaterial/@backAmbientIntensity
type unitIntervalType
properties
default 0.2
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="backAmbientIntensity" type="unitIntervalType" default="0.2"/>

attribute TwoSidedMaterial/@diffuseColor
type SFColor
properties
default 0.8 0.8 0.8
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="diffuseColor" type="SFColor" default="0.8 0.8 0.8"/>

attribute TwoSidedMaterial/@backDiffuseColor
type SFColor
properties
default 0.8 0.8 0.8
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="backDiffuseColor" type="SFColor" default="0.8 0.8 0.8"/>

attribute TwoSidedMaterial/@emissiveColor
type SFColor
properties
default 0 0 0
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="emissiveColor" type="SFColor" default="0 0 0"/>

attribute TwoSidedMaterial/@backEmissiveColor
type SFColor
properties
default 0 0 0
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="backEmissiveColor" type="SFColor" default="0 0 0"/>

attribute TwoSidedMaterial/@shininess
type unitIntervalType
properties
default 0.2
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="shininess" type="unitIntervalType" default="0.2"/>

attribute TwoSidedMaterial/@backShininess
type unitIntervalType
properties
default 0.2
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="backShininess" type="unitIntervalType" default="0.2"/>

attribute TwoSidedMaterial/@specularColor
type SFColor
properties
default 0 0 0
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="specularColor" type="SFColor" default="0 0 0"/>

attribute TwoSidedMaterial/@backSpecularColor
type SFColor
properties
default 0 0 0
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="backSpecularColor" type="SFColor" default="0 0 0"/>

attribute TwoSidedMaterial/@transparency
type unitIntervalType
properties
default 0
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="transparency" type="unitIntervalType" default="0"/>

attribute TwoSidedMaterial/@backTransparency
type unitIntervalType
properties
default 0
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
source <xs:attribute name="backTransparency" type="unitIntervalType" default="0"/>

attribute TwoSidedMaterial/@separateBackColor
type SFBool
properties
default false
source <xs:attribute name="separateBackColor" type="SFBool" default="false"/>

attribute TwoSidedMaterial/@containerField
type xs:NMTOKEN
properties
default material
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="material"/>


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