O’ mighty atom!
Thx for the assist.
There was a trick to speedup the render with a side effect of beeing pixelated wich, in my case, might work out visually.
They rendered to a smaller bitmap then scaled that up to fullscreen, thus reducing the number of pixels involved;
4.0 Beeing no longer bitmap based it makes sense that’s been eliminated.
What im experimenting with is the 4.6 examples globe demo.
Im trying to use it as an animated background, but on mobile it leaves very little FPS to be effective, so im trying to tweak it.
Ive enlarged the globe diameter, moved the camera between the surface and the cloud layer. In effect it should end up as a flying over the earth surfce effect.
Now im thinking; perhaps a render to texture then scaling that up and displaying that (working with a starling away3d hybrid).
Dont know if the render time is the same for a smaller viewport cause it might just get calculated the same and then scaled down to the smaller texture, in wich case that would not improve performance me thinks.
or…
Making a smaller curved mesh (since only a 10th(or even less) of the entire globe is onscreen) then using the globe texture on that, relatively tiny, mesh and recreating the earth rotation by moving the UV coordinates of the globe and cloud textures.
or..
?
Thx for reading this far
Highest regards,
Mac