Home
last modified time | relevance | path

Searched refs:ptmem (Results 1 – 3 of 3) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmesh.c260 tile_mem_t * ptmem; in mesh_recalc_twist() local
309 tile_mem_t * ptmem; in mesh_update_texture() local
813 ptmem->bbox.mins[XX] = ptmem->bbox.maxs[XX] = ptmem->plst[0][XX]; in mesh_make_bbox()
814 ptmem->bbox.mins[YY] = ptmem->bbox.maxs[YY] = ptmem->plst[0][YY]; in mesh_make_bbox()
815 ptmem->bbox.mins[ZZ] = ptmem->bbox.maxs[ZZ] = ptmem->plst[0][ZZ]; in mesh_make_bbox()
861 ptmem->bbox.mins[XX] = MIN( ptmem->bbox.mins[XX], poct->mins[XX] ); in mesh_make_bbox()
862 ptmem->bbox.mins[YY] = MIN( ptmem->bbox.mins[YY], poct->mins[YY] ); in mesh_make_bbox()
863 ptmem->bbox.mins[ZZ] = MIN( ptmem->bbox.mins[ZZ], poct->mins[ZZ] ); in mesh_make_bbox()
865 ptmem->bbox.maxs[XX] = MAX( ptmem->bbox.maxs[XX], poct->maxs[XX] ); in mesh_make_bbox()
1199 ppos = ptmem->plst + ptmem->tile_list[itile].vrtstart + corner; in mesh_test_corners()
[all …]
H A Dgraphic_fan.c70 tile_mem_t * ptmem; in animate_tile() local
74 ptmem = &( pmesh->tmem ); in animate_tile()
123 tile_mem_t * ptmem; in render_fan() local
132 ptmem = &( pmesh->tmem ); in render_fan()
195 ptmem->plst[entry][XX] + GRID_FSIZE*ptmem->ncache[itile][cnt][XX], in render_fan()
196 ptmem->plst[entry][YY] + GRID_FSIZE*ptmem->ncache[itile][cnt][YY], in render_fan()
197 ptmem->plst[entry][ZZ] + GRID_FSIZE*ptmem->ncache[itile][cnt][ZZ] ); in render_fan()
221 tile_mem_t * ptmem; in render_hmap_fan() local
232 ptmem = &( pmesh->tmem ); in render_hmap_fan()
319 tile_mem_t * ptmem; in render_water_fan() local
[all …]
H A Dgraphic.c5889 tile_mem_t * ptmem; in light_fans() local
5910 ptmem = &( pmesh->tmem ); in light_fans()
5933 ptile = ptmem->tile_list + fan; in light_fans()
5989 ptmem->clst[vertex][RR] = in light_fans()
6022 ptile = ptmem->tile_list + fan; in light_fans()
6036 ptmem->clst[vertex][RR] = in light_fans()
6037 ptmem->clst[vertex][GG] = in light_fans()
6044 mesh_interpolate_vertex( ptmem, fan, ptmem->plst[vertex], &light ); in light_fans()
6047 ptmem->clst[vertex][RR] = in light_fans()
6279 tile_mem_t * ptmem; in do_grid_lighting() local
[all …]