Files
tinyusdz/web/demo/index.html
2025-08-26 13:13:38 +09:00

20 lines
407 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TinyUSDZ demo using three.js</title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<script>
</script>
<script type="module" src="./main.js"></script>
<!-- previewsurface-experiment is for developer only -->
<!-- <script type="module" src="./previewsurface-experiment.js"></script> -->
</body>
</html>