personal_site/_posts/2024-05-17-threejs-earth.md
2025-05-17 21:15:34 +01:00

1.1 KiB

title, layout, excerpt, image, thumbnail, assets, alt, head
title layout excerpt image thumbnail assets alt head
ThreeJS Earth post A small earth renderer made using ThreeJS /assets/blog/sphere_geodesics/thumbnail.png /assets/blog/sphere_geodesics/ A render of a 3D spherical earth. <script async src="/node_modules/es-module-shims/dist/es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "/node_modules/three/build/three.module.min.js", "three/addons/": "/node_modules/three/examples/jsm/", "three/examples/": "/node_modules/three/examples/jsm/", "lil-gui": "/node_modules/lil-gui/dist/lil-gui.esm.min.js" } } </script> <script src="/assets/blog/sphere_geodesics/index.js" type="module"></script>

A small earth renderer made using ThreeJS. The most fun thing here is to max out the dislacement scale to see how big the Himalayas are! Code here.