X3DViewpointNode

Complex Type Information

Model

Attributes

Used By

Source

<xs:complexType name="X3DViewpointNode" abstract="true">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="componentName" type="xs:NMTOKEN" 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="http://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="xs:NMTOKEN" 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="xs:NMTOKEN" fixed="Navigation"/>
            <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
          </xs:appinfo>
        </xs:annotation>
      </xs:attribute>
    </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>