Skip to content

Commit fc5b3ee

Browse files
Manually add pHAT Files
1 parent 5960cda commit fc5b3ee

File tree

13 files changed

+287296
-0
lines changed

13 files changed

+287296
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
3d_model directory
2+
====================
3+
This folder should contain the 3D model of the product
4+
5+
## Solder Mask - Color Correction Values
6+
Hex: #E0311D
7+
RGB: 224, 49, 29
8+
9+
## File Optimizer
10+
https://www.loci-labs.com/optimizer
11+
12+
## Model Editor
13+
https://modelviewer.dev/editor/
14+
15+
16+
17+
## Old Methods
18+
19+
### File Converter - `*.wrl` to `*.glb`
20+
https://imagetostl.com/convert/file/wrl/to/glb#convert
21+
22+
### Solder Mask - Color Correction
23+
Open `*.glb` file and locate the `baseColorFactor` parameter with the following values:
24+
```
25+
0.7027450799942017,
26+
0.1537254899740219,
27+
0.0909803956747055,
28+
0.8313725590705872
29+
```
30+
Replace those values with the following values: `[,,,1]`
31+
```
32+
0.7418950796127319,
33+
0.0302486829459667,
34+
0.0122311776503920,
35+
1
36+
```
37+
38+
## Solder Mask - Color Correction
39+
https://3deditoronline.com/

0 commit comments

Comments
 (0)