P0-A3: Part 538: World Builder
There is a bug with the rendering of planet textures on planets distance from the origin.
This, I believe, is due to the 32-bit precision. I am still working on fixing this.
I may need to use setbuffer() to send double values to the shader, instead of float values, but this seems complicated. I can’t find any other way to fix this.

