File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
lib/components/AICharacter Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -90,16 +90,16 @@ export const AICharacter: React.FC<AICharacterType> = ({
9090 currentVrm . springBoneManager . joints . forEach ( ( e ) => {
9191 if ( e . bone . name . includes ( "Skirt" ) ) {
9292 conf [ e . bone . name ] = {
93- stiffness : 5 ,
94- dragForce : 0.2 ,
95- hitRadius : 1 ,
93+ stiffness : 2 ,
94+ dragForce : 0.35 ,
95+ hitRadius : 0.25 ,
9696 } ;
9797 return ;
9898 }
9999 conf [ e . bone . name ] = {
100- stiffness : 6 ,
101- dragForce : 0.2 ,
102- hitRadius : 1 ,
100+ stiffness : 2 ,
101+ dragForce : 0.35 ,
102+ hitRadius : 0.5 ,
103103 } ;
104104 } ) ;
105105 return conf ;
Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ function App() {
4949 shadows : false ,
5050 enableZoom : false ,
5151 } }
52- position = { [ 0 , - 12 , 0 ] }
52+ position = { [ 0 , - 13 , 0 ] }
5353 intensity = { 0.25 }
5454 // overrideModelUrl="/models/test.vrm"
55- overrideModelUrl = "/models/rin .vrm"
55+ overrideModelUrl = "/models/wolfvtuber .vrm"
5656 onUserMessageCreated = { async ( content ) => {
5757 const newMessage = {
5858 uid : crypto . randomUUID ( ) ,
You can’t perform that action at this time.
0 commit comments