split the polyfiller to a preprocessor-based template file, included
[dosdemo] / src / polytest.c
index 58fdb41..e7c3cdf 100644 (file)
@@ -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)