Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dbuild.h273 extern int usevoxels, voxscale[MAXVOXELS];
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Ddefs.c772 voxscale[lastvoxid] = 65536*scale; in defsparser()
H A Dengine.c55 int voxscale[MAXVOXELS]; variable
2763 if (voxscale[daindex] == 65536) in drawvox()
2767 daxscale = mulscale8(daxscale<<i,voxscale[daindex]); in drawvox()
2768 dayscale = mulscale8(dayscale<<i,voxscale[daindex]); in drawvox()
3795 if (voxscale[vtilenum] == 65536) in drawsprite()
3802 nxrepeat = ((int)tspr->xrepeat)*voxscale[vtilenum]; in drawsprite()
3803 nyrepeat = ((int)tspr->yrepeat)*voxscale[vtilenum]; in drawsprite()
5425 clearbuf(&voxscale[0],sizeof(voxscale)>>2,65536L); in initengine()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp103 int32_t voxscale[MAXVOXELS]; variable
4810 if (voxscale[daindex] == 65536) in classicDrawVoxel()
4814 daxscale = mulscale8(daxscale<<i,voxscale[daindex]); in classicDrawVoxel()
4815 dayscale = mulscale8(dayscale<<i,voxscale[daindex]); in classicDrawVoxel()
6515 if (voxscale[vtilenum] == 65536) in classicDrawSprite()
6522 nxrepeat = daxrepeat*voxscale[vtilenum]; in classicDrawSprite()
6523 nyrepeat = ((int32_t)tspr->yrepeat)*voxscale[vtilenum]; in classicDrawSprite()
8658 clearbuf(voxscale, sizeof(voxscale)>>2, 65536); in engineInit()
11100 voxmodels[i]->scale = voxscale[i]*(1.f/65536.f); in PolymostProcessVoxels()
11382 voxscale[voxindex] = 65536; in vox_undefine()
H A Ddefs.cpp1992 voxscale[lastvoxid] = (int32_t)(65536*scale); in defsparser()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h1001 extern int32_t usevoxels, voxscale[MAXVOXELS];