create-aura3d 1.4.5 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/showcase-spec-game-geometry-extractor.d.ts +2 -0
- package/dist/showcase-spec-game-geometry-extractor.d.ts.map +1 -1
- package/dist/showcase-spec-game-geometry-extractor.js +769 -42
- package/dist/showcase-spec-game-geometry-extractor.js.map +1 -1
- package/dist/showcase-spec-game-template-evidence.d.ts.map +1 -1
- package/dist/showcase-spec-game-template-evidence.js +22 -2
- package/dist/showcase-spec-game-template-evidence.js.map +1 -1
- package/dist/showcase-spec-replacement-candidates.js +26 -0
- package/dist/showcase-spec-replacement-candidates.js.map +1 -1
- package/package.json +2 -2
- package/templates/animation-studio/studio/index.html +1 -6
- package/templates/character-controller/README.md +1 -1
|
@@ -4,12 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Aura3D Animation Studio</title>
|
|
7
|
-
<link rel="
|
|
8
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
9
|
-
<link
|
|
10
|
-
rel="stylesheet"
|
|
11
|
-
href="https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap"
|
|
12
|
-
/>
|
|
7
|
+
<link rel="stylesheet" href="/fonts/local.css" />
|
|
13
8
|
</head>
|
|
14
9
|
<body>
|
|
15
10
|
<div id="root"></div>
|
|
@@ -30,4 +30,4 @@ locomotion kit. That requires a physics world + a rigged GLB character (see
|
|
|
30
30
|
## Non-goals
|
|
31
31
|
|
|
32
32
|
Not a Unity Mecanim / Unreal Control Rig replacement; no motion matching, no full-body IK, no
|
|
33
|
-
ragdoll. See `docs/project/known-limits.md`.
|
|
33
|
+
ragdoll. See `docs/project/status/known-limits.md`.
|