diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DBindableNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS 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="X3DBindableNode"> <xs:sequence minOccurs="0"> <xs:annotation> <xs:documentation>geoOrigin SFNode</xs:documentation> </xs:annotation> <xs:element ref="GeoOrigin"/> </xs:sequence> <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="description" type="SFString"/> <xs:attribute name="jump" type="SFBool" default="true"/> <xs:attribute name="orientation" type="SFRotation" default="0 0 1 0"/> <xs:attribute name="headlight" type="SFBool" default="true"/> <xs:attribute name="navType" type="MFString" default='"EXAMINE" "ANY"'/> <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> <!-- centerOfRotation added in X3D version 3.1 --> <!-- retainUserOffsets added in X3D version 3.1 --> <!-- X3DViewpointNode node hierarchy modified in X3D version 3.2 --> </xs:complexContent> </xs:complexType> </xs:element> |
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 | SFString |
source | <xs:attribute name="description" type="SFString"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="jump" type="SFBool" default="true"/> |
type | SFRotation | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="orientation" type="SFRotation" default="0 0 1 0"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="headlight" type="SFBool" default="true"/> |
type | MFString | ||
properties |
|
||
source | <xs:attribute name="navType" type="MFString" default='"EXAMINE" "ANY"'/> |
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"/> |