mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
21 lines
493 B
HTML
21 lines
493 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>TinyUSDZ demo for basic USD composition</title>
|
|
<style>
|
|
body { margin: 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
</script>
|
|
|
|
<!-- <script type="module" src="./main.js"></script> -->
|
|
<script type="module" src="./example-composition.js"></script>
|
|
|
|
<!-- previewsurface-experiment is for developer only -->
|
|
<!-- <script type="module" src="./previewsurface-experiment.js"></script> -->
|
|
</body>
|
|
</html>
|