#include <math.h>#include <limits.h>#include <stdio.h>#include <stdlib.h>#include "maths.h"#include "mono.h"#include "gr.h"#include "grdef.h"#include "texmap.h"#include "texmapl.h"#include "scanline.h"#include "3d.h"#include "error.h"Classes | |
| struct | pnt2d |
Functions | |
| void | tmap_scanline_flat (int y, fix xleft, fix xright) |
| void | texture_map_flat (g3ds_tmap *t, int color) |
| void | gr_upoly_tmap (int nverts, int *vert) |
| void | draw_tmap_flat (grs_bitmap *bp, int nverts, g3s_point **vertbuf) |
| void | gr_upoly_tmap_ylr (int nverts, int *vert, void(*ylr_func)(int, fix, fix)) |
Variables | |
| void(* | scanline_func )(int, fix, fix) |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
1.4.6