|
From: David M. <da...@me...> - 2001-06-18 19:16:09
|
Wolfram Kuss writes:
> Here is the contents of my x15.cfg:
>
> ---- snip ------------
> --prop:/sim/model/path=Models/geometry/x15.ac
> --prop:/sim/model/r-rotation=-7
> --prop:/sim/model/z-offset=0.288
> ---- snip ------------
It needs to be in XML format:
<PropertyList>
<sim>
<model>
<path>Models/geometry/x15.ac</path>
<r-rotation>-7</r-rotation>
<z-offset>0.288</z-offset>
</model>
</sim>
</PropertyList>
All the best,
David
--
David Megginson
da...@me...
|