X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolytest.c;h=e7c3cdf74d3117ac97ceb47324c377cb22b7d0f3;hp=58fdb41578185727f67cc9b7677414a9bbeddb59;hb=6218ea71a2a175dca5bf88ca7922e97f42f85e69;hpb=b2dd6c9916fc3ed24545eaae52e0138b558e6543 diff --git a/src/polytest.c b/src/polytest.c index 58fdb41..e7c3cdf 100644 --- a/src/polytest.c +++ b/src/polytest.c @@ -76,6 +76,8 @@ static void start(long trans_time) g3d_enable(G3D_CULL_FACE); g3d_enable(G3D_LIGHTING); g3d_enable(G3D_LIGHT0); + + g3d_polygon_mode(G3D_GOURAUD); } static void update(void)