1
0

fix atmosphere

This commit is contained in:
2025-11-20 19:50:28 +09:00
parent fcddd72aa8
commit 63b275a7b6
9 changed files with 10331 additions and 10083 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}

Binary file not shown.

Binary file not shown.

View File

@@ -2,11 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Three Clouds</title> <title>VRM Animation Preview</title>
<script type="module" crossorigin src="/pkg/atmosphere/assets/index-BwPYqd7E.js"></script> <style>
<link rel="stylesheet" crossorigin href="/pkg/atmosphere/assets/index-DiUrG-eg.css"> html, body, #root { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }
</style>
<script type="module" crossorigin src="/pkg/atmosphere/assets/index-BbOfbEG1.js"></script>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

Binary file not shown.