diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DBindableNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString NavigationInfo | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DViewpointNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="navigationInfo" type="SFNode" fixed="inputOutputField" default="NavigationInfo"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Navigation"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Node type X3DViewpointNode defines a specific location in the local coordinate system from which the user may view the scene, and also defines a viewpoint binding stack. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/navigation.html#X3DViewpointNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DBindableNode"> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element ref="NavigationInfo"> <xs:annotation> <xs:documentation>navigationInfo</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="description" type="SFString"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Navigation"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="jump" type="SFBool" default="true"/> <xs:attribute name="orientation" type="SFRotation" default="0 0 1 0"/> <xs:attribute name="retainUserOffsets" type="SFBool" default="false"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Navigation"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="farDistance" type="SFFloat" default="-1"/> <xs:attribute name="nearDistance" type="SFFloat" default="-1"/> <xs:attribute name="viewAll" type="SFBool" default="false"/> </xs:extension> <!-- centerOfRotation and position fields are specified separately by Viewpoint, OrthoViewpoint and GeoViewpoint nodes since type is SFVec3f, SFVec3f and SFVec3d respectively --> </xs:complexContent> </xs:complexType> |
type | SFString | ||
annotation |
|
||
source | <xs:attribute name="description" type="SFString"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Navigation"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> |
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 |
|
||
annotation |
|
||
source | <xs:attribute name="retainUserOffsets" type="SFBool" default="false"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Navigation"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> |
type | SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="farDistance" type="SFFloat" default="-1"/> |
type | SFFloat | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="nearDistance" type="SFFloat" default="-1"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="viewAll" type="SFBool" default="false"/> |