Home
last modified time | relevance | path

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

/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dbaselayer.c104 if (showval) { buildprintf("novoxmips is %d\n", novoxmips); } in osdcmd_vars()
105 else { novoxmips = (atoi(parm->parms[0]) != 0); } in osdcmd_vars()
H A Dengine.c46 int novoxmips = 0; variable
2758 if (novoxmips) i = 0; in drawvox()
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dbuild.h270 extern int dommxoverlay, novoxmips;
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dbaselayer.cpp523 …,"turn off/on the use of mipmaps when rendering 8-bit voxels",(void *) &novoxmips, CVAR_BOOL, 0, 1… in baselayer_init()
H A Dengine.cpp91 int32_t novoxmips = 1; variable
4799 if (novoxmips) in classicDrawVoxel()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h994 extern int32_t novoxmips;