Skip to content

Commit

Permalink
moved c-c.js to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jowens committed Oct 8, 2024
1 parent 1551e8b commit a7adc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catmull-clark.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@
<script src="./objload.js"></script>
<!-- webgpu compute and rendering -- these are the main routines -->
<!-- eventually: On github you can turn on github pages so it will be served from jowens.github.io/webgpu-sandbox-->
<script src="http://localhost:8000/catmull-clark.js" type="module"></script>
<script src="https://jowens.github.io/webgpu-sandbox/catmull-clark.js" type="module"></script>
</body>
</html>

0 comments on commit a7adc1a

Please sign in to comment.