add gap.ipynb
This commit is contained in:
parent
e2e07a4822
commit
f6aa23be41
2 changed files with 920 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
## 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です。これを使って斜面をすり抜ける範囲を描画することができます。
|
||||
- [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から三角形のデータを取得し、サポミクが実装した図形のライブラリを使って床・天井・壁の判定を描画する方法を紹介します。
|
||||
- [gap.ipynb](gap.ipynb): 水面抜けの探索ツール
|
||||
|
||||
## Dependencies
|
||||
Notebooks in this repo use [dolphin-memory-lib](https://github.com/RenolY2/dolphin-memory-lib/blob/main/memorylib.py) made by RenolY2.
|
||||
|
|
919
gap.ipynb
Normal file
919
gap.ipynb
Normal file
File diff suppressed because one or more lines are too long
Reference in a new issue