diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DOneSidedMaterialNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ImageTexture MovieTexture PixelTexture ProtoInstance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="PhysicalMaterial"> <xs:annotation> <xs:appinfo> <xs:element name="baseTexture" type="SFNode" fixed="inputOutputField" default="X3DSingleTextureNode"/> <xs:element name="emissiveTexture" type="SFNode" fixed="inputOutputField" default="X3DSingleTextureNode"/> <xs:element name="metallicRoughnessTexture" type="SFNode" fixed="inputOutputField" default="X3DSingleTextureNode"/> <xs:element name="normalTexture" type="SFNode" fixed="inputOutputField" default="X3DSingleTextureNode"/> <xs:element name="occlusionTexture" type="SFNode" fixed="inputOutputField" default="X3DSingleTextureNode"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Shape"/> <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/shape.html#PhysicalMaterial"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DOneSidedMaterialNode"> <xs:choice minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation>baseTexture, emissiveTexture, metallicRoughnessTexture, normalTextuer, occlusionTexture</xs:documentation> </xs:annotation> <!-- TODO strictly one of each field, any order --> <xs:element ref="ImageTexture"/> <xs:element ref="MovieTexture"/> <xs:element ref="PixelTexture"/> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="baseColor" type="SFColor" default="1 1 1"/> <xs:attribute name="baseTextureMapping" type="xs:NMTOKEN"/> <xs:attribute name="emissiveColor" type="SFColor" default="0 0 0"> <xs:annotation> <xs:appinfo> A Material with emissiveColor not equal to (0,0,0) and diffuseColor equal to (0,0,0) is an unlit material. </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="metallic" type="unitIntervalType" default="1"/> <xs:attribute name="metallicRoughnessTextureMapping" type="xs:NMTOKEN"> <xs:annotation> <xs:documentation>Special node correspondences</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="occlusionStrength" type="unitIntervalType" default="1"/> <xs:attribute name="occlusionTextureMapping" type="xs:NMTOKEN"> <xs:annotation> <xs:documentation>Special node correspondences</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="roughness" type="unitIntervalType" default="1"/> <xs:attribute name="transparency" type="unitIntervalType" default="0"/> <xs:attribute name="containerField" type="xs:NMTOKEN" default="material"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | SFColor | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="baseColor" type="SFColor" default="1 1 1"/> |
type | xs:NMTOKEN |
source | <xs:attribute name="baseTextureMapping" type="xs:NMTOKEN"/> |
type | SFColor | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="emissiveColor" type="SFColor" default="0 0 0"> <xs:annotation> <xs:appinfo> A Material with emissiveColor not equal to (0,0,0) and diffuseColor equal to (0,0,0) is an unlit material. </xs:appinfo> </xs:annotation> </xs:attribute> |
type | unitIntervalType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="metallic" type="unitIntervalType" default="1"/> |
type | xs:NMTOKEN | ||
annotation |
|
||
source | <xs:attribute name="metallicRoughnessTextureMapping" type="xs:NMTOKEN"> <xs:annotation> <xs:documentation>Special node correspondences</xs:documentation> </xs:annotation> </xs:attribute> |
type | unitIntervalType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="occlusionStrength" type="unitIntervalType" default="1"/> |
type | xs:NMTOKEN | ||
annotation |
|
||
source | <xs:attribute name="occlusionTextureMapping" type="xs:NMTOKEN"> <xs:annotation> <xs:documentation>Special node correspondences</xs:documentation> </xs:annotation> </xs:attribute> |
type | unitIntervalType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="roughness" type="unitIntervalType" default="1"/> |
type | unitIntervalType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="transparency" type="unitIntervalType" default="0"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="material"/> |