
SimpleViewpointNavigation
Type
Navigation type.
Description
A simple navigation type, where moving the mouse interpolates between Viewpoints.
Attributes
Example Use
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE X3D> <X3D profile="Full"> <Scene> <NavigationInfo type="SIMPLE_VIEWPOINT"/> <Viewpoint position="0.0 0.0 0.0 "/> <Viewpoint position="0.0 0.0 -8.0 "/> <Viewpoint position="1.0 0.0 -12.0 "/> <Viewpoint position="-4.0 0.0 -24.0 "/> <Transform translation="1.0 -0.05 -1.0"> <SineTest freq="880"/> </Transform> <Transform translation="-1.0 0.05 -1.0"> <SineTest freq="440"/> </Transform> </Scene> </X3D>