Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGas.cpp123 float xt = 0; in DefaultGasObject() local
126 gas->fogTable[i]= 1.0f - exp(-15.0f * xt); in DefaultGasObject()
127 xt += dxt; in DefaultGasObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGas.cpp111 float xt = 0; in DefaultGasObject() local
114 gas->fogTable[i]= 1.0f - exp(-8.0f * xt); in DefaultGasObject()
115 xt += dxt; in DefaultGasObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DGas.cpp126 float xt = 0; in DefaultGasObject() local
129 gas->fogTable[i]= 1.0f - exp(-4.0f * xt); in DefaultGasObject()
130 xt += dxt; in DefaultGasObject()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGas.cpp135 float xt = 0; in DefaultGasObject() local
138 gas->fogTable[i]= 1.0f - exp(-15.0f * xt); in DefaultGasObject()
139 xt += dxt; in DefaultGasObject()