fix: stabilize earth bgp geography and rendering

This commit is contained in:
linkong
2026-04-02 15:36:20 +08:00
parent 07e4f519a1
commit e5fec8ba3d
26 changed files with 1788 additions and 137 deletions

View File

@@ -104,7 +104,7 @@ export function createClouds(scene, earthObj) {
earthObj.add(clouds);
textureLoader.load(
'https://threejs.org/examples/textures/planets/earth_clouds_1024.png',
'./assets/earth_clouds_1024.png',
function(texture) {
material.map = texture;
material.needsUpdate = true;