WorldWideTelescope / wwt-web-client

The WorldWide Telescope web client lets you explore the universe in your browser.
https://worldwidetelescope.org/webclient/
MIT License
105 stars 35 forks source link

Rendering errors in Solar System mode #73

Closed doctorspaceman closed 5 years ago

doctorspaceman commented 9 years ago

Rendering errors in Solar System mode. Probably due to software rendering, maybe fixed when WebGL is turned on.

html5 planet rendering problem

kfogel commented 9 years ago

See also issue #61 re WebGL, on which this is dependent.

astrojonathan commented 8 years ago

At close range the affine transform approximation user for fake 3d rendering in the HTML5 canvas drawing breaks down. If we sub-divide enough to avoid the issue, the performance gets terrible. WebGL avoids this. Wen we turn WebGL on this should go away.

astrojonathan commented 5 years ago

WebGL works. Fixed