diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DViewpointNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString GeoOrigin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="GeoViewpoint"> <xs:annotation> <xs:appinfo> <xs:element name="geoOrigin" type="SFNode" fixed="initializeOnlyField" default="GeoOrigin"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Geospatial"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> <!-- X3D version 3.3 GeoViewpoint changes: added centerOfRotation and retainUserOffsets, removed navType and headlight, removed set_position and set_orientation --> </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geodata.html#GeoViewpoint"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DViewpointNode"> <xs:sequence minOccurs="0"> <xs:annotation> <xs:documentation>geoOrigin SFNode</xs:documentation> </xs:annotation> <xs:element ref="GeoOrigin"/> </xs:sequence> <xs:attribute name="centerOfRotation" type="SFVec3d" default="0 0 0"/> <xs:attribute name="geoSystem" type="geoSystemType" default='"GD" "WE"'/> <xs:attribute name="fieldOfView" default="0.7854"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minExclusive value="0"/> <xs:maxExclusive value="3.1416"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="position" type="SFVec3d" default="0 0 100000"/> <xs:attribute name="speedFactor" default="1.0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/> </xs:extension> <!-- headlight, navType refactored and removed in version 3.3 --> </xs:complexContent> </xs:complexType> </xs:element> |
type | SFVec3d | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="centerOfRotation" type="SFVec3d" default="0 0 0"/> |
type | geoSystemType | ||
properties |
|
||
source | <xs:attribute name="geoSystem" type="geoSystemType" default='"GD" "WE"'/> |
type | restriction of SFFloat | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="fieldOfView" default="0.7854"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minExclusive value="0"/> <xs:maxExclusive value="3.1416"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFVec3d | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="position" type="SFVec3d" default="0 0 100000"/> |
type | restriction of SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="speedFactor" default="1.0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/> |