diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DBindableNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DViewpointNode" abstract="true"> <xs:annotation> <xs:appinfo> <!-- navigationInfo field in X3D 4 --> <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/documents/specifications/19775-1/V3.3/Part01/components/navigation.html#X3DViewpointNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DBindableNode"> <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:extension> <!-- navigationInfo field in X3D 4 --> <!-- farClippingPlane, nearClippingPlane, viewAll field in X3D 4 --> <!-- 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> |