some debuts of 3D drawing.

it can draw non-strip polygons, filled with a fixed color. oh and it doesn't work if they're facing back.
This commit is contained in:
StapleButter
2017-02-11 03:54:08 +01:00
parent 78f49d061a
commit 050ba5dfbe
6 changed files with 183 additions and 9 deletions

View File

@ -59,6 +59,7 @@ private:
template<u32 bgmode> void DrawScanlineBGMode(u32 line, u32* spritebuf, u16* dst);
void DrawScanline_Mode1(u32 line, u16* dst);
void DrawBG_3D(u32 line, u16* dst);
void DrawBG_Text(u32 line, u16* dst, u32 num);
void DrawBG_Extended(u32 line, u16* dst, u32 bgnum);