sensors.tdf

来自「这是整套横扫千军3D版游戏的源码」· TDF 代码 · 共 15 行

TDF
15
字号
//file defining some parameters for sensors
[Sensors]
{
	[Los]
	{
		//MipLevel defines the resolution for LOS calculation, higer MipLevel means lower resolution.
		//An increase by one in MipLevel means half the resolution of the LOS map in both x and y direction.
		//One miplevel higher leads to less CPU usage for same sightdistance and twice the sightrange possible.
		LosMipLevel=1;
		AirLosMipLevel=2;
		
		//LosMul=1;	//multiply all units los with this, don't use
		//AirLosMul=1;	//multiply all units airlos with this, don't use
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?