Go to the source code of this file.
Functions | |
| void | grid3d_free (grid3d **grid) |
| grid3d * | grid3d_new (int sizex, int defx, int sizez, int defz, v3d center) |
| void | surf3d_draw (surf3d *s, int color, int dist, int *buf, int *back, int W, int H) |
| void | grid3d_draw (grid3d *g, int color, int colorlow, int dist, int *buf, int *back, int W, int H) |
| void | surf3d_rotate (surf3d *s, float angle) |
| void | surf3d_translate (surf3d *s) |
| void | grid3d_update (grid3d *g, float angle, float *vals, float dist) |
| void grid3d_free | ( | grid3d ** | grid | ) |
Definition at line 6 of file mythplugins/mythmusic/mythmusic/goom/surf3d.c.
Definition at line 14 of file mythplugins/mythmusic/mythmusic/goom/surf3d.c.
| void surf3d_draw | ( | surf3d * | s, | |
| int | color, | |||
| int | dist, | |||
| int * | buf, | |||
| int * | back, | |||
| int | W, | |||
| int | H | |||
| ) |
Definition at line 46 of file mythplugins/mythmusic/mythmusic/goom/surf3d.c.
| void grid3d_draw | ( | grid3d * | g, | |
| int | color, | |||
| int | colorlow, | |||
| int | dist, | |||
| int * | buf, | |||
| int * | back, | |||
| int | W, | |||
| int | H | |||
| ) |
Definition at line 65 of file mythplugins/mythmusic/mythmusic/goom/surf3d.c.
| void surf3d_rotate | ( | surf3d * | s, | |
| float | angle | |||
| ) |
Definition at line 89 of file mythplugins/mythmusic/mythmusic/goom/surf3d.c.
| void surf3d_translate | ( | surf3d * | s | ) |
Definition at line 99 of file mythplugins/mythmusic/mythmusic/goom/surf3d.c.
| void grid3d_update | ( | grid3d * | g, | |
| float | angle, | |||
| float * | vals, | |||
| float | dist | |||
| ) |
Definition at line 106 of file mythplugins/mythmusic/mythmusic/goom/surf3d.c.
1.6.3