5 #include "goom_graphic.h"
6 #include "goom_typedefs.h"
29 grid3d *grid3d_new (int sizex, int defx, int sizez, int defz, v3d center);
30 void grid3d_update (grid3d *s, float angle, float *vals, float dist);
33 void surf3d_draw (surf3d *s, int color, int dist, int *buf, int *back, int W,int H);
34 void grid3d_draw (PluginInfo *plug, grid3d *g, int color, int colorlow, int dist, Pixel *buf, Pixel *back, int W,int H);
35 void surf3d_rotate (surf3d *s, float angle);
36 void surf3d_translate (surf3d *s);