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

@ -1169,6 +1169,11 @@ void VBlank()
NumPolygons = 0;
}
u8* GetLine(int line)
{
return SoftRenderer::GetLine(line);
}
u8 Read8(u32 addr)
{