Files
tinyusdz/web/demo/usda-load.html
Syoyo Fujita 967a19daf6 add doubleSided support.
some code cleanups.
Change file layout for web demos.
Add demo list web page.
2025-06-26 08:47:45 +09:00

18 lines
288 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TinyUSDZ demo of loading USDA with textures</title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<script>
</script>
<script type="module" src="./usda-load.js"></script>
</body>
</html>