changed: gcc8 base update
[opensg.git] / Examples / CSM / Common / space_navigator.osg
blob0c09ee3c40c7a0650e00813f37a09702f527f756
1 #OSG V1.0 
3 ContainerCollection
5   containers
6   [
7     DEF CamSensor TransformationInterfaceSensor
8     {
9         interfaceName "Linux3AxisEventInterface"
11         options LinuxEventOptions
12         {
13             device "/dev/input/event12"
15             tRange 450.0 450.0 450.0
16             rRange 450.0 450.0 450.0
17         }
19         rotationScale    0.01
20         translationScale 10
21     }
22   ]
25 ROUTE ScenePara.initViewPos    TO CamSensor.transformation
27 ROUTE CamSensor.transformation TO CameraRoot.matrix