Skip to content

Commit

Permalink
Update ortho.html
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamelter authored Oct 7, 2024
1 parent 4c104f2 commit ba7c950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortho.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
};

// Example usage
loadModel('path/to/your/model.stl', 'stl'); // For STL model
// loadModel('path/to/your/model.fbx', 'fbx'); // For FBX model
//loadModel('path/to/your/model.stl', 'stl'); // For STL model
loadModel('trackerpus.fbx', 'fbx'); // For FBX model
});
</script>
</head>
Expand Down

0 comments on commit ba7c950

Please sign in to comment.