Open kenjinp opened 1 year ago
I've implemented this as a hook/component here: https://github.com/kenjinp/hello-worlds/blob/main/apps/docs/examples/moon/Moon.tsx#L71
Should investigate if this can be generalized and extracted to the library, requires knowing exact planet data height data from height generator function
Right now, if you have highly distorted surfaces like a big mountain, the quadtree won't resolve to the highest LOD, because the camera never gets close enough to the surface of the sphere.