This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from PoChang007/upgrade_vrmviewer_v0.66
Upgrade VRMViewer
- Loading branch information
Showing
9 changed files
with
132 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# UniVRMTest | ||
|
||
これは[UniVRM](https://github.com/vrm-c/UniVRM)のテストとサンプル集です。 | ||
|
||
# License | ||
|
||
[MIT License](License.txt) | ||
|
||
## VRMViewer | ||
|
||
ユーザーがVRMモデル情報を確認できるアプリケーションです。 | ||
|
||
## ウンロード | ||
|
||
1. 本リポジトリの[リリースページ](https://github.com/vrm-c/UniVRMTest/releases)へ移動してください | ||
1. 最新の``VRMViewer_v0.xx.x``をダウンロードしてください | ||
|
||
## VRMモデルを読み込む | ||
|
||
1. ``VRMViewer_v0.xx.x.exe``を実行してください | ||
1. ``VRMモデル``ボタンをクリックしてください | ||
1. ローカルディレクトリからVRMファイルを選んでください | ||
|
||
<img src="doc/VRMViewerInterface.png" width="800"> | ||
|
||
## ToDo | ||
|
||
* [x] モデル情報表示 | ||
* [x] コマンドライン引数 | ||
* [x] T-Pose・モーションスイッチ | ||
* [x] 目線・正面・ターゲット・カメラ目線 | ||
* [x] VRMLookAtBoneApplyer | ||
* [x] VRMLookAtBlendShapeApplyer | ||
* [ ] BlendShape | ||
* [x] AIUEO | ||
* [x] AutoBlink | ||
* [ ] Next, Prev | ||
* [x] 表情リスト | ||
* [x] 一人称表示 | ||
* [ ] 頂点数 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,43 @@ | ||
# UniVRMTest | ||
|
||
This is a project for [UniVRM](https://github.com/dwango/UniVRM) build test and samples. | ||
[日本語](README.ja.md) | ||
|
||
これは[UniVRM](https://github.com/dwango/UniVRM)のテストとサンプル集です。 | ||
UniVRMTest is for [UniVRM](https://github.com/vrm-c/UniVRM) samples and build tests. | ||
|
||
# License | ||
|
||
The project is released under the [MIT License](License.txt). | ||
|
||
|
||
## VRMViewer | ||
|
||
An application that users can view VRM models. | ||
|
||
ユーザーがVRMモデル情報を確認できるアプリケーションです。 | ||
VRMViewer is a runtime VRM loader for checking VRM model's information and runtime behaviors. | ||
|
||
## Download | ||
### | ||
1. Go to the [releases page](https://github.com/dwango/UniVRMTest/releases) | ||
1. Download the latest version ``VRMViewer-v.1.xx`` | ||
|
||
### | ||
1. 本リポジトリの[リリースページ](https://github.com/dwango/UniVRMTest/releases)へ移動してください | ||
1. 最新の``VRMViewer-v.1.xx``をダウンロードしてください | ||
1. Go to the [releases page](https://github.com/vrm-c/UniVRMTest/releases) | ||
1. Download the latest version ``VRMViewer_v0.xx.x`` | ||
|
||
## How to load a VRM file | ||
### | ||
1. Run ``VRMViewer.exe`` | ||
1. Click the VRM Model button | ||
1. Select a VRM file from your computer | ||
|
||
### | ||
1. ``VRMViewer.exe``を実行してください | ||
1. ``VRMモデル``ボタンをクリックしてください | ||
1. パソコンからVRMファイルを選んでください | ||
1. Run ``VRMViewer_v0.xx.x.exe`` | ||
1. Click the VRM Model button | ||
1. Select a VRM file from the local directory | ||
|
||
![VRMViewerInterface](doc/VRMViewerInterface.png) | ||
<img src="doc/VRMViewerInterface.png" width="800"> | ||
|
||
## ToDo | ||
|
||
* [x] モデル情報表示 (Model information) | ||
* [x] コマンドライン引数 (Command line arguments) | ||
* [x] T-Pose・モーションスイッチ (T-Pose / Motion switch) | ||
* [x] 目線・正面・ターゲット・カメラ目線 (The model looks straight ahead / looks at target / looks at camera) | ||
* [x] Model information | ||
* [x] Command line arguments | ||
* [x] Switch options for T-Pose / BVH Motion | ||
* [x] Model LookAt: straight ahead / target / camera | ||
* [x] VRMLookAtBoneApplyer | ||
* [x] VRMLookAtBlendShapeApplyer | ||
* [ ] BlendShape | ||
* [x] AIUEO | ||
* [x] AutoBlink | ||
* [ ] Next, Prev | ||
* [x] 表情リスト (Expression list) | ||
* [x] 一人称表示 (Model rendering in first-person mode) | ||
* [ ] 頂点数 (Vertex count) | ||
* [x] Expression list | ||
* [x] Model rendering in first-person mode | ||
* [ ] Vertex count | ||
|