#include <archon/x3d/proxy/node.autogen.H>
Inheritance diagram for Archon::X3D::Proxy::Viewpoint:


Public Member Functions | |
| bool | getJump () |
| void | setJump (bool v) |
| Vector3 | getPosition () |
| void | setPosition (Vector3 v) |
| Rotation3 | getOrientation () |
| void | setOrientation (Rotation3 v) |
| double | getFieldOfView () |
| void | setFieldOfView (double v) |
| Vector3 | getCenterOfRotation () |
| void | setCenterOfRotation (Vector3 v) |
| std::string | getDescription () |
| void | setDescription (std::string v) |
Static Public Member Functions | |
| static Ref< Viewpoint > | create (Ref< ExecutionContext > c) |
| static NodeBase * | instantiate (Session *s, unsigned long i) |
Public Attributes | |
| InputOutput< SFBool > | jump |
| InputOutput< SFVec3f > | position |
| InputOutput< SFRotation > | orientation |
| InputOutput< SFFloat > | fieldOfView |
| InputOutput< SFVec3f > | centerOfRotation |
| InitializeOnly< SFString > | description |
Definition at line 3669 of file node.autogen.H.
1.4.4