|
|
@ -69,7 +69,7 @@ |
|
|
|
|
|
|
|
<center> |
|
|
|
<div class="grid-container"> |
|
|
|
<h1 style="background-color:white; height: 5vh; font-size:3vh; justify-self: center; width: 90vw;"> Die STL Files zum Download gibt es <a href=""> hier </a> </h1> |
|
|
|
<h1 style="background-color:white; height: 5vh; font-size:3vh; justify-self: center; width: 90vw;"> Die STL Files zum Download gibt es <a href="https://code.basabuuka.org/alpcentaur/kc-website/src/branch/master/stl-files"> hier </a> </h1> |
|
|
|
<div class="model1" id="model1" style="width: 80vw; height: 80vh; justify-self: center; background-color: white;"> </div> |
|
|
|
<div style="height: 5vh; background-color:deeppink;"></div> |
|
|
|
<div class="model0" id="model0" style="width: 80vw; height: 80vh; justify-self: center; background-color: white;"> </div> |
|
|
@ -144,8 +144,8 @@ var animate = function () { |
|
|
|
} |
|
|
|
|
|
|
|
window.onload = function() { |
|
|
|
STLViewer("STL-Files/KaosCubeTopThick2mm_cut_joints.stl", "model0") |
|
|
|
STLViewer("STL-Files/KaosCube_support_cable.stl", "model1") |
|
|
|
STLViewer("stl-files/KaosCubeTopThick2mm_cut_joints.stl", "model0") |
|
|
|
STLViewer("stl-files/KaosCube_support_cable.stl", "model1") |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|