diff --git a/.3d.php.swp b/.3d.php.swp new file mode 100644 index 0000000..0e7ec4b Binary files /dev/null and b/.3d.php.swp differ diff --git a/3d.php b/3d.php index 443235e..e42f451 100644 --- a/3d.php +++ b/3d.php @@ -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") } diff --git a/KaosCubeTopThick2mm_cut_joints.stl b/stl-files/KaosCubeTopThick2mm_cut_joints.stl similarity index 100% rename from KaosCubeTopThick2mm_cut_joints.stl rename to stl-files/KaosCubeTopThick2mm_cut_joints.stl diff --git a/KaosCube_support_cable.stl b/stl-files/KaosCube_support_cable.stl similarity index 100% rename from KaosCube_support_cable.stl rename to stl-files/KaosCube_support_cable.stl