| diagram |  | 
				
					| type | extension of X3DMaterialNode | 
				
					| properties |  | 
				
					| children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | 
				
					| used by |  | 
				
					| attributes |  | 
				
					| 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>
 |