added dir with stl-files

This commit is contained in:
alpcentaur 2023-03-09 23:19:06 +01:00
parent e3d728dbea
commit 3829f84ce8
4 changed files with 2 additions and 2 deletions

BIN
.3d.php.swp Normal file

Binary file not shown.

4
3d.php
View file

@ -144,8 +144,8 @@ var animate = function () {
}
window.onload = function() {
STLViewer("KaosCubeTopThick2mm_cut_joints.stl", "model0")
STLViewer("KaosCube_support_cable.stl", "model1")
STLViewer("STL-Files/KaosCubeTopThick2mm_cut_joints.stl", "model0")
STLViewer("STL-Files/KaosCube_support_cable.stl", "model1")
}
</script>