You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is with the PeriodicalTask updateTime3DPeriodicaLtask
It perform some calculation that change the Geodetic3D position of the mark via setPosition every 1 seconds.
To make the mark centered on the globe I call, inside PeriodicalTask:
g3mWidget.setCameraPosition(position);
The problem: after some changing position the mark disappear and, after some time, reappear.
When the changing position are not great it seems to perform well.
When the changing position make the globe to rotate more quickly the problem appear.
If anyone can give me some hint…..thanks all.
The text was updated successfully, but these errors were encountered:
Hi,
I have yet another problem with my 3d android application.
In onCreate method I've set this:
initGlobe() is my GinitializationTask where i have created the Mark
Then:
The problem is with the PeriodicalTask updateTime3DPeriodicaLtask
It perform some calculation that change the Geodetic3D position of the mark via setPosition every 1 seconds.
To make the mark centered on the globe I call, inside PeriodicalTask:
The problem: after some changing position the mark disappear and, after some time, reappear.
When the changing position are not great it seems to perform well.
When the changing position make the globe to rotate more quickly the problem appear.
If anyone can give me some hint…..thanks all.
The text was updated successfully, but these errors were encountered: