File tree 7 files changed +6
-6
lines changed
7 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 14
14
<br />
15
15
16
16
<div >
17
- <img src =" https://github.com/tattn/VRMKit/raw/main/docs /demo.jpg " width =" 300px " alt =" demo " />
18
- <img src =" https://github.com/tattn/VRMKit/raw/main/docs /demo2.gif " width =" 300px " alt =" demo " />
17
+ <img src =" https://github.com/tattn/VRMKit/raw/main/.github /demo.jpg " width =" 300px " alt =" demo " />
18
+ <img src =" https://github.com/tattn/VRMKit/raw/main/.github /demo2.gif " width =" 300px " alt =" demo " />
19
19
</div >
20
20
21
21
For "VRM", please refer to [ this page] ( https://dwango.github.io/en/vrm/ ) .
@@ -79,27 +79,27 @@ sceneView.scene = scene
79
79
80
80
### Blend shapes
81
81
82
- <img src =" https://github.com/tattn/VRMKit/raw/main/docs /alicia_joy.png " width =" 100px " alt =" joy " />
82
+ <img src =" https://github.com/tattn/VRMKit/raw/main/.github /alicia_joy.png " width =" 100px " alt =" joy " />
83
83
84
84
``` swift
85
85
node.setBlendShape (value : 1.0 , for : .preset (.joy ))
86
86
```
87
87
88
- <img src =" https://github.com/tattn/VRMKit/raw/main/docs /alicia_angry.png " width =" 100px " alt =" angry " />
88
+ <img src =" https://github.com/tattn/VRMKit/raw/main/.github /alicia_angry.png " width =" 100px " alt =" angry " />
89
89
90
90
``` swift
91
91
node.setBlendShape (value : 1.0 , for : .preset (.angry ))
92
92
```
93
93
94
- <img src =" https://github.com/tattn/VRMKit/raw/main/docs /alicia_><.png " width =" 100px " alt =" >< " />
94
+ <img src =" https://github.com/tattn/VRMKit/raw/main/.github /alicia_><.png " width =" 100px " alt =" >< " />
95
95
96
96
``` swift
97
97
node.setBlendShape (value : 1.0 , for : .custom (" ><" ))
98
98
```
99
99
100
100
### Bone animation
101
101
102
- <img src =" https://github.com/tattn/VRMKit/raw/main/docs /alicia_humanoid.png " width =" 200px " alt =" Humanoid " />
102
+ <img src =" https://github.com/tattn/VRMKit/raw/main/.github /alicia_humanoid.png " width =" 200px " alt =" Humanoid " />
103
103
104
104
``` swift
105
105
node.setBlendShape (value : 1.0 , for : .preset (.fun ))
You can’t perform that action at this time.
0 commit comments