add atmosphere
This commit is contained in:
57
first/README.md
Normal file
57
first/README.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# vrm
|
||||
|
||||
three-vrm + vrma
|
||||
|
||||
## vrm & vrma
|
||||
|
||||
```sh
|
||||
$ git submodule update --init --recursive
|
||||
```
|
||||
|
||||
## build
|
||||
|
||||
```sh
|
||||
$ yarn install
|
||||
$ yarn dev
|
||||
$ yarn build
|
||||
```
|
||||
|
||||
## planet
|
||||
|
||||
- deploy : [https://card.syui.ai/planet?g=sun](https://card.syui.ai/planet?g=sun)
|
||||
- ref : [https://git.syui.ai/ai/star](https://git.syui.ai/ai/star/src/branch/main/galaxy-react)
|
||||
|
||||
```
|
||||
$ cd planet
|
||||
$ npm i
|
||||
$ npm run start
|
||||
```
|
||||
|
||||
## min-react
|
||||
|
||||
three-vrm v3 + vrm(unity + vrm v1.0) + anim(vrma)
|
||||
|
||||
```
|
||||
$ cd min-react
|
||||
$ npm i
|
||||
$ npm run start
|
||||
```
|
||||
|
||||
## min-ts
|
||||
|
||||
minimum configuration
|
||||
|
||||
```sh
|
||||
$ cd min-ts
|
||||
$ yarn install
|
||||
$ yarn dev
|
||||
```
|
||||
|
||||
## theatre
|
||||
|
||||
```sh
|
||||
$ cd theatre
|
||||
$ npm install
|
||||
$ npm run dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user