Howto:Creating 3D instruments: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 94: Line 94:


  </animation>
  </animation>
'''Level of Detail:'''
To prevent objects like this instrument being drawn when the aircraft is actually too far away for them to be seen anyway we use a Level Of Detail section.  Notice the <!-- --> section; this is a comment, feel free to add them where you need a reminder of what's going on.
<pre>
<!-- LoD -->
<animation>
  <type>range</type>
  <min-m>0</min-m>
  <max-m>30</max-m>
<animation>
</pre>
57

edits

Navigation menu