mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
20 lines
407 B
HTML
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>
|