mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
---
|
|
title: Bike Lights
|
|
layout: post
|
|
excerpt: Making a custom 3W dynamo light for a bike.
|
|
permalink: /projects/bike_lights
|
|
|
|
img:
|
|
src: /assets/projects/bike_lights/thumbnail.svg
|
|
alt: A CAD model of a 3D printable mount for a common LED light onto a bike handlebar.
|
|
class: invertable
|
|
|
|
social_image: /assets/projects/bike_lights/thumbnail.png
|
|
model: /assets/projects/bike_lights/model
|
|
|
|
head: |
|
|
<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/",
|
|
"dat.gui": "https://unpkg.com/dat.gui@0.7.9/build/dat.gui.module.js"
|
|
}
|
|
}
|
|
</script>
|
|
<script src="/assets/js/outline-model-viewer/index.js" type="module"></script>
|
|
---
|
|
|
|
<outline-model-viewer model = "/assets/projects/bike_lights/models/bigger.glb" zoom=37>
|
|
<img class="outline-model-poster no-wc" src = "/assets/projects/bike_lights/thumbnail.svg">
|
|
<p class="has-wc">Loading model...</p>
|
|
</outline-model-viewer>
|
|
|
|
<img src = "/assets/projects/bike_lights/bike_light.jpg">
|