added link to the stl-files
This commit is contained in:
parent
3829f84ce8
commit
2a69d6df41
2 changed files with 3 additions and 3 deletions
BIN
.3d.php.swp
BIN
.3d.php.swp
Binary file not shown.
6
3d.php
6
3d.php
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue