Modelling guidelines: Difference between revisions

Jump to navigation Jump to search
(remove -set file reference, since this needs to be in the model xml)
Line 38: Line 38:
</syntaxhighlight>
</syntaxhighlight>


If your <model> require an <offsets> you must create a proxy XML like:


your/aircraft/Models/aircraft.xml:
<syntaxhighlight lang="xml">
  <model>
    <path>your/aircraft/Models/Interior/model-proxy.xml</path>
    <usage>interior</usage>
  </model>
</syntaxhighlight>
your/aircraft/Models/Interior/model-proxy.xml:
<syntaxhighlight lang="xml">
<model>
    <path>your/aircraft/Models/Interior/model.xml</path>
    <offsets>
      <x-m> -1.91552 </x-m>
      <y-m>  0.00000 </y-m>
      <z-m>  0.23706 </z-m>
      <roll-deg>    40.0 </roll-deg>
      <pitch-deg>  35.0 </pitch-deg>
      <heading-deg> 60.0 </heading-deg>
    </offsets>
  </model>
</syntaxhighlight>


== Texturing guidelines ==
== Texturing guidelines ==
577

edits

Navigation menu