Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c4627 if (allocedpolyplanes < numpolyplanes + 1) in HWR_AddTransparentPolyobjectFloor()
4633 polyplaneinfo[numpolyplanes].isceiling = isceiling; in HWR_AddTransparentPolyobjectFloor()
4636 polyplaneinfo[numpolyplanes].levelflat = levelflat; in HWR_AddTransparentPolyobjectFloor()
4637 polyplaneinfo[numpolyplanes].polysector = polysector; in HWR_AddTransparentPolyobjectFloor()
4638 polyplaneinfo[numpolyplanes].alpha = alpha; in HWR_AddTransparentPolyobjectFloor()
4639 polyplaneinfo[numpolyplanes].FOFSector = FOFSector; in HWR_AddTransparentPolyobjectFloor()
4640 polyplaneinfo[numpolyplanes].blend = blend; in HWR_AddTransparentPolyobjectFloor()
4643 numpolyplanes++; in HWR_AddTransparentPolyobjectFloor()
4699 + (sizeof(polyplaneinfo_t)*numpolyplanes) in HWR_CreateDrawNodes()
4715 for (i = 0; i < numpolyplanes; i++, p++) in HWR_CreateDrawNodes()
[all …]