diagram | |||||||||||||||||||||||||||||||||||||
type | extension of X3DAppearanceChildNode | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DShaderNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="language" type="shaderLanguageValues"/> <xs:attribute name="activate" type="SFBool" fixed="inputOnlyField"/> <xs:attribute name="isSelected" type="SFBool" fixed="outputOnlyField"/> <xs:attribute name="isValid" type="SFBool" fixed="outputOnlyField"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Shaders"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Base type for all nodes that specify a programmable shader. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shaders.html#X3DShaderNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DAppearanceChildNode"> <xs:attribute name="language" type="SFString"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | SFString |
source | <xs:attribute name="language" type="SFString"/> |