File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ import {
12
12
import { AnimationMixer , LoopOnce , LoopRepeat } from "three" ;
13
13
14
14
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 } ,
16
16
{ 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 } ,
17
19
] ;
18
20
19
21
export const VRMModel : React . FC < {
@@ -138,7 +140,7 @@ export function VRM() {
138
140
</ div >
139
141
) : (
140
142
< Canvas camera = { { position : [ 0 , 0 , 3 ] } } >
141
- < ambientLight intensity = { 1.5 } />
143
+ < ambientLight intensity = { 1.7 } />
142
144
< VRMModel vrm = { vrm } mixer = { mixer } />
143
145
</ Canvas >
144
146
) }
You can’t perform that action at this time.
0 commit comments