
FPSNavigation
Type
Navigation type
Description
A navigation type based on the navigation typically found in First Person Shooters.
Attributes
Example Use
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE X3D> <X3D profile="Full"> <Scene> <NavigationInfo type="FPS"/> <Transform translation="3.0 0.0 -5.0" rotation="0.0 1.0 0.25 55.0"> <Shape> <Appearance> <Material diffuseColor="0.25 0.125 0.0 "/> </Appearance> <Box size="0.25 0.25 0.25"/> </Shape> </Transform> <Transform translation="-2.0 0.0 -5.0" rotation="0.0 -1.0 0.0 35.0"> <Shape> <Appearance> <ImageTexture url="/home/niall/Projects/NiallsX3DBrowser/src/woodthing.jpg"/> </Appearance> <Box size="1.0 1.0 1.0"/> </Shape> </Transform> </Scene> </X3D>