mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
1.0 KiB
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.