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 {
1212import { AnimationMixer , LoopOnce , LoopRepeat } from "three" ;
1313
1414const 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
1921export 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 ) }
You can’t perform that action at this time.
0 commit comments