chore(docs): convert more to avif

This commit is contained in:
Neko Ayaka
2026-03-30 02:59:43 +08:00
parent d27e089bd7
commit 25d46753e0
10 changed files with 4 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

@@ -22,11 +22,11 @@ So what have we done so far?
1. Wrote a mod to collect data. After installing the mod, youll see a `Start YOLO Data Collection` button in the pause menu. Click it to start collecting.
![add-button-to-menu](./assets/add-button-to-menu.png)
![add-button-to-menu](./assets/add-button-to-menu.avif)
2. Collected a small amount of data.
![some-collected-data](./assets/some-collected-data.png)
![some-collected-data](./assets/some-collected-data.avif)
Its not much yet, but we already hit quite a few pitfalls and details worth recording — hence this DevLog.
Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

@@ -147,11 +147,11 @@ Before this refactor, the dependencies between `ThreeScene`, `TresCanvas`, `Orbi
This was how messy it looked before:
![ThreeScene lifecycle before](./assets/ThreeScene-before.png)
![ThreeScene lifecycle before](./assets/ThreeScene-before.avif)
And this is how it moves phase by phase now:
![ThreeScene lifecycle after](./assets/ThreeScene-after.png)
![ThreeScene lifecycle after](./assets/ThreeScene-after.avif)
The redesign introduced a few key ideas: