mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
21 lines
849 B
Markdown
21 lines
849 B
Markdown
---
|
|
title: Toothbrush Shelf
|
|
layout: project
|
|
excerpt: A shelf to put your toothbrush charger on.
|
|
permalink: /projects/toothbrush_shelf
|
|
assets: /assets/projects/toothbrush_shelf
|
|
date: 2023-11-16
|
|
|
|
img:
|
|
alt: A CAD model of a small shelf to put a toothbrush right above the charging socket so that the cabling can be hidden inside the shelf.
|
|
class: invertable
|
|
|
|
social_image: /assets/projects/toothbrush_shelf/thumbnail.png
|
|
model: /assets/blog/toothbrush_shelf/model/toothbrush_shelf.glb
|
|
draft: true
|
|
|
|
---
|
|
<outline-model-viewer model = "{{page.model}}" camera='{"type":"perspective","fov":30,"near":10,"far":10000,"position":[364.9,307.2,459.7],"rotation":[-0.5891,0.5833,0.3527],"zoom":250,"target":[0,0,0]}'>
|
|
<img class="outline-model-poster no-wc" src = "{{page.img.src}}">
|
|
<p class="has-wc">Loading model...</p>
|
|
</outline-model-viewer> |