personal_site/_posts/2024-05-17-threejs-earth.md
2024-07-21 16:27:13 +02:00

1.0 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/ <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.