Home
last modified time | relevance | path

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

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dmesh.c1180 light_cache_t * d1_cache; in mesh_test_corners() local
1187 d1_cache = &( ptmem->tile_list[itile].d1_cache ); in mesh_test_corners()
1197 pdelta = ( *d1_cache ) + corner; in mesh_test_corners()
1232 light_cache_t * d1_cache, * d2_cache; in mesh_light_corners() local
1242 d1_cache = &( ptmem->tile_list[itile].d1_cache ); in mesh_light_corners()
1257 pdelta1 = ( *d1_cache ) + corner; in mesh_light_corners()
H A Dmesh.h83 …light_cache_t d1_cache; ///< the estimated change in the light at the corner of… member
H A Dgraphic.c5995 memset( ptile->d1_cache, 0, sizeof( ptile->d1_cache ) ); in light_fans()
6053 memset( ptile->d1_cache, 0, sizeof( ptile->d1_cache ) ); in light_fans()