We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d42d71 commit 7358f20Copy full SHA for 7358f20
readme.md
@@ -1,8 +1,7 @@
1
-# MMD with ESP32
+x# MMD with ESP32
2
## MMDモデルの表示 MMD model display test
3
4
-<img src="http://i.imgur.com/qks27xH.jpg" alt="サンプル" width="200">
5
-
+<img src="http://i.imgur.com/9LDjwK9.jpg" alt="サンプル" width="300">
6
Mはげさんのソースコードから拝借して表示しました。
7
8
# How to
@@ -29,4 +28,7 @@ for ST7735S (160x128)
29
28
このシステムはラインスキャン法を使っています。高速かつ少ないメモリで処理可能で、一ライン分のみのzバッファを使っているため解像度を上げることも可能です。
30
ただしパフォーマンスは低下します。
31
+using scanline rendering. only one line z-buffer, fast drawing and just few memory. So you can increase resolution and get more worse performance! :)
32
+
33
34
http://gombe.azurewebsites.net/2017/05/14/%e3%83%9e%e3%82%a4%e3%82%b3%e3%83%b3%e3%81%a73d%e8%a1%a8%e7%a4%ba%e5%9b%b3%e8%a7%a3/
0 commit comments