Archived
1
0
Fork 0

hotfix README: rename wall.ipynb

This commit is contained in:
サポミク 2022-03-12 14:30:28 +09:00 committed by GitHub
parent f996cd94c1
commit e2e07a4822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# SMS-Geography サンシャイン地理学
## Jupyter Notebooks
- [shape.ipynb](shape.ipynb): This notebook implements Polygon and Polyhedron class. You can use it to plot the area that you can clip through a slope. 多角形と多面体のクラスを実装したJupyter Notebookです。これを使って斜面をすり抜ける範囲を描画することができます。
- [wall.ipynb](wall.ipynb): This notebook gives a demonstration to read collision data from Dolphin and draw wall hitboxs with the shape library made by sup39. Dolphinからのデータを取得し、サポミクが実装した図形のライブラリを使って壁の判定を描画する方法を紹介します。
- [hitbox.ipynb](hitbox.ipynb): This notebook gives a demonstration to read collision data from Dolphin and draw ground/roof/wall hitboxs with the shape library made by sup39. Dolphinから三角形のデータを取得し、サポミクが実装した図形のライブラリを使って床・天井・壁の判定を描画する方法を紹介します。
## Dependencies
Notebooks in this repo use [dolphin-memory-lib](https://github.com/RenolY2/dolphin-memory-lib/blob/main/memorylib.py) made by RenolY2.