| diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of X3DLightNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ComposedCubeMapTexture GeneratedCubeMapTexture ImageCubeMapTexture ProtoInstance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="EnvironmentLight"> <xs:annotation> <xs:appinfo> <xs:element name="diffuseTexture" type="SFNode" fixed="inputOutputField" default="X3DEnvironmentTextureNode"/> <xs:element name="specularTexture" type="SFNode" fixed="inputOutputField" default="X3DEnvironmentTextureNode"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Lighting"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4.1-CD/Part01/components/lighting.html#EnvironmentLight"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DLightNode"> <xs:choice minOccurs="0" maxOccurs="2"> <xs:annotation> <!-- SFNode for each field --> <xs:documentation>diffuseTexture|specularTexture</xs:documentation> </xs:annotation> <!-- strictly one X3DEnvironmentTextureNode of each field, any order --> <xs:element ref="ComposedCubeMapTexture"/> <xs:element ref="GeneratedCubeMapTexture"/> <xs:element ref="ImageCubeMapTexture"/> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="diffuseCoefficients" type="MFFloat"> <xs:annotation> <xs:documentation>Provides optional 3 x 9 array of float values that provide spherical harmonic coefficients for low-frequency characteristics of the environment map to produce an irradiance map</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="global" type="SFBool" default="true"/> <xs:attribute name="origin" type="SFVec3f" default="0 0 0"/> <xs:attribute name="rotation" type="SFRotation" default="0 0 1 0"/> <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
| type | MFFloat | |||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:attribute name="diffuseCoefficients" type="MFFloat"> <xs:annotation> <xs:documentation>Provides optional 3 x 9 array of float values that provide spherical harmonic coefficients for low-frequency characteristics of the environment map to produce an irradiance map</xs:documentation> </xs:annotation> </xs:attribute> |
| type | SFBool | ||
| properties |
|
||
| source | <xs:attribute name="global" type="SFBool" default="true"/> |
| type | SFVec3f | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:attribute name="origin" type="SFVec3f" default="0 0 0"/> |
| type | SFRotation | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:attribute name="rotation" type="SFRotation" default="0 0 1 0"/> |
| type | xs:NMTOKEN | ||
| properties |
|
||
| source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/> |