From 913385a6d6d6274e8440f44b7cd3d5fb50095791 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 15 Feb 2024 17:27:57 +0800 Subject: [PATCH] Fix image size, add link to site --- _posts/2024-02-15-Altium-to-3d-GLTF.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-02-15-Altium-to-3d-GLTF.md b/_posts/2024-02-15-Altium-to-3d-GLTF.md index 0267cf3..6af96a6 100644 --- a/_posts/2024-02-15-Altium-to-3d-GLTF.md +++ b/_posts/2024-02-15-Altium-to-3d-GLTF.md @@ -8,7 +8,7 @@ tags: [electronics, solidworks] # systems | embedded | rf | microwave | electron As part of the Neptunium flight computer, I wanted to create a proper webpage to showcase the flight computer. This will also be a landing page for people who want to use the wasm powered Neptunium Explorer, which will allow users to analyze flight data in the browser. At the center of this webpage I want to show an interactive 3d model of the flight computer -![Neptunium website](/assets/img/2024-02-15-Altium-to-3d-GLTF/website.png){: height="500" } +![Neptunium website](/assets/img/2024-02-15-Altium-to-3d-GLTF/website.png){: style="height: 500px" } While [Altium viewer](https://www.altium.com/viewer/) offers a method of showing PCBs in the browser as interactive 3d models, I wanted more control over this so I wanted to use the [`three.js`](https://threejs.org/) library to display the PCB.