Skip to content

Commit bc9821f

Browse files
committed
Update README
1 parent 3546d14 commit bc9821f

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.

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<br />
1515

1616
<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" />
1919
</div>
2020

2121
For "VRM", please refer to [this page](https://dwango.github.io/en/vrm/).
@@ -79,27 +79,27 @@ sceneView.scene = scene
7979

8080
### Blend shapes
8181

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" />
8383

8484
```swift
8585
node.setBlendShape(value: 1.0, for: .preset(.joy))
8686
```
8787

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" />
8989

9090
```swift
9191
node.setBlendShape(value: 1.0, for: .preset(.angry))
9292
```
9393

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="><" />
9595

9696
```swift
9797
node.setBlendShape(value: 1.0, for: .custom("><"))
9898
```
9999

100100
### Bone animation
101101

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" />
103103

104104
```swift
105105
node.setBlendShape(value: 1.0, for: .preset(.fun))

0 commit comments

Comments
 (0)