diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-08-18 23:40:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-08-18 23:40:52 +0900 |
| commit | 8e39aecffed8e51febab239084a3de521ce3a75e (patch) | |
| tree | 502e358a0f162db112b92d1920b4c2ee80e8ea9e | |
| parent | 11.28.2 (diff) | |
| download | sharkey-8e39aecffed8e51febab239084a3de521ce3a75e.tar.gz sharkey-8e39aecffed8e51febab239084a3de521ce3a75e.tar.bz2 sharkey-8e39aecffed8e51febab239084a3de521ce3a75e.zip | |
Update room section of CONTRIBUTING.md (#5306)
* Update room section of CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c3bfa42f7..18a4eebafd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,13 +39,12 @@ Misskey uses CircleCI for executing automated tests. Configuration files are located in [`/.circleci`](/.circleci). ## Adding MisskeyRoom items -Currently, we accept only 3D models created with [Blender](https://www.blender.org/). - * Use English for material, object and texture names * Use meter for unit of length -* Your PR must include all source files of your models (for later editing) +* Your PR should include all source files of your models (for later editing) * Your PR must include the glTF binary files (.glb) of your models +If you have no experience on 3D modeling, we suggest to use the free 3DCG software [Blender](https://www.blender.org/). You can find information on glTF 2.0 at [glTF 2.0 — Blender Manual]( https://docs.blender.org/manual/en/dev/addons/io_scene_gltf2.html). ## FAQ |