Hi,<br><br>I will try to explain it a bit better.<br><br>When the Earth turns the corresponding angle in each update of Marble clock, the points added turn the same angle too, it's the normal behaviour in Marble because the reference system rotates with the Earth globe.<br>
<br>In this case, a point that has the next values for lon, lat and alt doesn't generate an orbit. lon, lat, alt = (0, 0, 20000 * 1000). The point is drawn always in the same point of space.<br><br>I want that the points remain fixed in the space and they doesn't turn with the Earth.<br>
<br>In this case a point that has the next values for lon, lat and alt generates an orbit. lon, lat, alt = (0, 0, 20000 * 1000). The point is drawn in differents points of space because the point drawn remain fixed in space. <br>
<br>For example, we consider that the update interval of Marble clock is 10800 s, (10800 s is the time that the Earth use to turn 45º) and that a point with values lon, lat, alt = 0,0, 20000 * 1000 is added in each update of Marble clock. At first, when the time is 0 s, the point p is drawn in 0,0, 20000 * 1000, then, when the time is 10800 s, the point p is drawn in 0,0, 20000 * 1000 but the last point p' is in -45, 0, 20000 * 1000 respect the new point p.<br>
<br>I have performed this behaviour by recalculating the new lon position in every update but it's very slowly when the number of points is elevated.<br><br>How can I do this task in a better way? Is it possible to change the reference system using in Marble?<br>
<br>Regards.<br><br><div class="gmail_quote">2012/5/7 marble_developer marble_developer <span dir="ltr"><<a href="mailto:marbledeveloper@gmail.com" target="_blank">marbledeveloper@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hi all,</div><div><br></div><div>Is it possible to change the reference system using in Marble?</div><div>In affirmative case, how can I change it?</div><div>I need to use an inertial reference system instead of fixed reference system.</div>

<div><br></div><div>Best regards.</div>
</blockquote></div><br>