Searched refs:fogTable (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | Gas.cpp | 126 gas->fogTable[i]= 1.0f - exp(-15.0f * xt); in DefaultGasObject() 132 gas->fogTable[128 + i] = gas->fogTable[i + 1] - gas->fogTable[i]; in DefaultGasObject() 135 gas->fogTable[255] = 0; in DefaultGasObject() 141 …e1D(GL_LUT_TEXTURE0_DMP, 0, GL_LUMINANCEF_DMP, 256, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->fogTable); in DefaultGasObject()
|
| D | Gas.h | 76 …float fogTable[256]; /* used in post synthesis pass. Fog look up table for … member
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | Gas.cpp | 114 gas->fogTable[i]= 1.0f - exp(-8.0f * xt); in DefaultGasObject() 120 gas->fogTable[128 + i] = gas->fogTable[i + 1] - gas->fogTable[i]; in DefaultGasObject() 123 gas->fogTable[255] = 0; in DefaultGasObject() 129 …e1D(GL_LUT_TEXTURE0_DMP, 0, GL_LUMINANCEF_DMP, 256, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->fogTable); in DefaultGasObject()
|
| D | Gas.h | 57 …float fogTable[256]; /* used in post synthesis pass. Fog look up table for … member
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/ |
| D | Gas.cpp | 129 gas->fogTable[i]= 1.0f - exp(-4.0f * xt); in DefaultGasObject() 135 gas->fogTable[128 + i] = gas->fogTable[i + 1] - gas->fogTable[i]; in DefaultGasObject() 138 gas->fogTable[255] = 0; in DefaultGasObject() 144 …e1D(GL_LUT_TEXTURE0_DMP, 0, GL_LUMINANCEF_DMP, 256, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->fogTable); in DefaultGasObject()
|
| D | Gas.h | 74 …float fogTable[256]; /* used in post synthesis pass. Fog look up ta… member
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | Gas.cpp | 138 gas->fogTable[i]= 1.0f - exp(-15.0f * xt); in DefaultGasObject() 144 gas->fogTable[128 + i] = gas->fogTable[i + 1] - gas->fogTable[i]; in DefaultGasObject() 147 gas->fogTable[255] = 0; in DefaultGasObject() 153 …e1D(GL_LUT_TEXTURE0_DMP, 0, GL_LUMINANCEF_DMP, 256, 0, GL_LUMINANCEF_DMP, GL_FLOAT, gas->fogTable); in DefaultGasObject()
|
| D | Gas.h | 75 …float fogTable[256]; /* used in post synthesis pass. Fog look up table for … member
|