Searched refs:xt (Results 1 – 4 of 4) sorted by relevance
123 float xt = 0; in DefaultGasObject() local126 gas->fogTable[i]= 1.0f - exp(-15.0f * xt); in DefaultGasObject()127 xt += dxt; in DefaultGasObject()
111 float xt = 0; in DefaultGasObject() local114 gas->fogTable[i]= 1.0f - exp(-8.0f * xt); in DefaultGasObject()115 xt += dxt; in DefaultGasObject()
126 float xt = 0; in DefaultGasObject() local129 gas->fogTable[i]= 1.0f - exp(-4.0f * xt); in DefaultGasObject()130 xt += dxt; in DefaultGasObject()
135 float xt = 0; in DefaultGasObject() local138 gas->fogTable[i]= 1.0f - exp(-15.0f * xt); in DefaultGasObject()139 xt += dxt; in DefaultGasObject()