Improve three scene performance and add JSCAD

- smoothed follow mouse animation
- made mobile friendlier down to about 330px ish
- added default social image
- used smaller hero asset
This commit is contained in:
Kurt Hutten
2021-09-12 10:24:39 +10:00
parent 750d10c01d
commit e526fa812e
17 changed files with 6735 additions and 34917 deletions

View File

@@ -19,6 +19,15 @@
}
}
.three-debug-panel-1 {
position: fixed;
padding-top: 300px;
}
.three-debug-panel-2 {
position: fixed;
padding-top: 300px;
padding-left: 100px;
}
.markdown-overrides h4 {
@apply text-lg font-bold;