Skip to content

Commit 08491c7

Browse files
committed
feat: two new dances
1 parent ac59ede commit 08491c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/vrm.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ import {
1212
import { AnimationMixer, LoopOnce, LoopRepeat } from "three";
1313

1414
const animations = [
15-
{ url: "https://cdn.mikn.dev/vroid/shikanoko.vrma", loop: true, percentage: 30 },
15+
{ url: "https://cdn.mikn.dev/vroid/shikanoko.vrma", loop: true, percentage: 10 },
1616
{ url: "https://cdn.mikn.dev/vroid/hi.vrma", loop: false, percentage: 70 },
17+
{ url: "https://cdn.mikn.dev/vroid/uishig.vrma", loop: true, percentage: 10 },
18+
{ url: "https://cdn.mikn.dev/vroid/tetoris.vrma", loop: false, percentage: 10 },
1719
];
1820

1921
export const VRMModel: React.FC<{
@@ -138,7 +140,7 @@ export function VRM() {
138140
</div>
139141
) : (
140142
<Canvas camera={{ position: [0, 0, 3] }}>
141-
<ambientLight intensity={1.5} />
143+
<ambientLight intensity={1.7} />
142144
<VRMModel vrm={vrm} mixer={mixer} />
143145
</Canvas>
144146
)}

0 commit comments

Comments
 (0)