personal_site/_drafts/three_js.md
2023-11-09 16:01:19 +00:00

4.7 KiB

title, excerpt, head, layout, hide_image, image, alt
title excerpt head layout hide_image image alt
THREE.js <script async src="https://unpkg.com/es-module-shims@1.8.0/dist/es-module-shims.js"></script> <script type="importmap"> { "imports": { "three": "https://unpkg.com/three@0.156.1/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.156.1/examples/jsm/" } } </script> post true /assets/blog/toothbrush_shelf/spin.gif A render of a 3D printed shelf sitting above a shaver outlet, it spins slowly.

Other vase generators: https://www.vasedjinn.com/ http://daisyvases.com/ https://threejs.org/examples/webgl_geometry_shapes want to port code from https://github.com/TomHodson/VaseExtruder

Hey look, threeJS!