From 4478ffa1384cc8d1075a2e6bb28ad35780624dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E7=94=9F=E3=81=AE=E7=94=B7?= Date: Tue, 17 Apr 2018 12:06:31 +0900 Subject: [PATCH] Distinguish between English and Japanese --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2cc98f5d1..35cb09b9d 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,21 @@ * [MIT License](./LICENSE.txt) ## [VRM](https://dwango.github.io/vrm/) - -"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications. +### +"VRM" is a file format for using 3d humanoid avatars (and models) in VR applications. VRM is based on glTF2.0. And if you comply with the MIT license, you are free to use it. - + +### 「VRM」はVRアプリケーション向けの人型3Dアバター(3Dモデル)データを扱うためのファイルフォーマットです。 glTF2.0をベースとしており、誰でも自由に利用することができます。 ## [UniVRM](https://github.com/dwango/UniVRM) - +### "UniVRM" is an implementation for Unity of VRM. It can create, import and export for VRM models. -* Currently, support for Unity 5.6+ -   -「UniVRM」はVRMのUnity実装で、VRMモデルの作成・インポート・エクスポートができます。 +* Currently, support for Unity 5.6+ + +### +「UniVRM」はVRMのUnity実装で、VRMモデルの作成・インポート・エクスポートができます。 * Unity 5.6以降をサポートしています。 ## Download