1
0
This commit is contained in:
2024-08-02 08:55:04 +09:00
parent ba4b7e19ef
commit 99d4b1cbf7
12 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@
**lock*
**_site**
**.jekyll**
public/models

BIN
public/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/models/MI_Star.glb Normal file

Binary file not shown.

Binary file not shown.

BIN
public/models/M_Star.glb Normal file

Binary file not shown.

BIN
public/models/galaxy.glb Normal file

Binary file not shown.

BIN
public/models/space.glb Normal file

Binary file not shown.

BIN
public/models/sun.glb Normal file

Binary file not shown.

BIN
public/models/sun.zip Normal file

Binary file not shown.

View File

@@ -10,3 +10,12 @@
- [100-stars](https://stars.chromeexperiments.com/)
- [nasa/solar-system](https://eyes.nasa.gov/apps/solar-system/)
- [nasa/3d-resources](https://github.com/nasa/NASA-3D-Resources)
- [galaxy.tsx](https://gist.github.com/artokun/fb7f0c68a01ba5d9813abb3ccce254c4)
## branch
```sh
$ git checkout react
$ npm i
$ npm run start
```