黃爸爸狗園

本園只有sanitizer,沒有狗籠

0%

cover

前文提到GBA的圖形繪製總共有兩種模式: Tile mode與Bitmap mode,這兩種繪圖模式雖然使用相同的記憶體區段但是工作原理大不相同,因此我們可以將其視為兩個獨立的邏輯分別開發

我們緊接著就要來探討GBA tile mode的基礎知識

Read more »

cover

GBA除了能夠依照Map memory的排列,由左至右、由上到下的產生畫面外,還能夠使用矩陣運算,產生縮放&旋轉過後的背景圖案,本文將會描述其原理,並且這部分的知識將與Affine object共通

Read more »

cover

相較於BG tile的排列是依靠map data描述,obj tile並不存在map data,我們會直接透過character name來存取obj tile,但obj tile memory實際上有兩種不同的排列方式,本文將會分別說明這兩種方式的細節

Read more »

image alt

The algebra of matrix follows some rules for addition and multiplication. Let us consider A, B and C are three different square matrices. A’ is the transpose and A-1 is the inverse of A. I is the identity matrix and c is a real number.

Read more »