fix: stabilize earth bgp geography and rendering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user