mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
33 lines
972 B
Markdown
33 lines
972 B
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="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>
|
|
<script src="/assets/js/three/index.js" type="module"></script>
|
|
---
|
|
|
|
<outline-model-viewer model = "/assets/projects/bike_lights/models/bigger.glb"></outline-model-viewer>
|
|
|
|
<img src = "/assets/projects/bike_lights/bike_light.jpg">
|
|
|