cmbruns / webglobeview

Earth viewing widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gap in international date line in equirectangular projection

cmbruns opened this issue · comments

Sometimes at certain zoom levels. Maybe investigate this more after implementing pan/rotate.

This is actually a poor choice of mipmap, where the texture coordinate jumps from zero to one. Possible solutions:

  • don't use mipmapping
  • compute mipmap level analytically