diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DSensorNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DEnvironmentalSensorNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="EnvironmentalSensor"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Base type for the environmental sensor nodes ProximitySensor, TransformSensor and VisibilitySensor. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/environmentalSensor.html#X3DEnvironmentalSensorNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DSensorNode"> <xs:attribute name="size" type="SFVec3f" default="0 0 0"> <xs:annotation> <xs:appinfo> <xs:minInclusive value="0"/> </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- concrete nodes must implement attribute "center" with type="SFVec3f" or type="SFVec3d" --> </xs:complexContent> </xs:complexType> |
type | SFVec3f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="size" type="SFVec3f" default="0 0 0"> <xs:annotation> <xs:appinfo> <xs:minInclusive value="0"/> </xs:appinfo> </xs:annotation> </xs:attribute> |