User:Texnicer/devblog: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 70: Line 70:
   $ grep -winr . -e 'view n='   
   $ grep -winr . -e 'view n='   
''note: for the DR400 the views are stored in /nasal/view.xml which is not default IMHO''
''note: for the DR400 the views are stored in /nasal/view.xml which is not default IMHO''
* following lines were added to /nasal/view.xml
<syntaxhighlight>
<view n="105">
    <name>Radio operation and GPS</name>
    <internal archive="y">true</internal>
    <type>lookfrom</type>
    <config>
      <from-model type="bool">true</from-model>
      <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
      <x-offset-m archive="y">  0.141 </x-offset-m> <!-- Right -->
      <y-offset-m archive="y">  0.400 </y-offset-m> <!-- Up    -->
      <z-offset-m archive="y"> -1.189 </z-offset-m> <!-- Back  -->
      <pitch-offset-deg>-13.5</pitch-offset-deg>
      <default-field-of-view-deg>26.569</default-field-of-view-deg>
      <dynamic-view type="bool">false</dynamic-view>
    </config>
  </view>
</syntaxhighlight>
114

edits

Navigation menu