Searched refs:_LightZ (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/ |
| D | Gas.cpp | 114 gas->_LightZ[0] = 1.0f; in DefaultGasObject() 115 gas->_LightZ[1] = 0.0f; in DefaultGasObject() 116 gas->_LightZ[2] = 1.0f; in DefaultGasObject() 117 gas->_LightZ[3] = 1.0f; in DefaultGasObject() 363 glUniform4fv(glGetUniformLocation(pPostId, "dmp_Gas.lightZ"), 1, gas._LightZ); in GasShading()
|
| D | Gas.h | 71 GLfloat _LightZ[4]; /* used in post synthesis pass. Shading control */ member
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/ |
| D | Gas.cpp | 102 gas->_LightZ[0] = 0.0f; in DefaultGasObject() 103 gas->_LightZ[1] = 1.0f; in DefaultGasObject() 104 gas->_LightZ[2] = 0.5f; in DefaultGasObject() 105 gas->_LightZ[3] = 1.0f; in DefaultGasObject() 283 glUniform4fv(glGetUniformLocation(pPostId, "dmp_Gas.lightZ"), 1, gas._LightZ); in SetGasShadingUniform()
|
| D | Gas.h | 52 GLfloat _LightZ[4]; /* used in post synthesis pass. Shading control */ member
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/ |
| D | Gas.h | 70 GLfloat _LightZ[4]; /* used in post synthesis pass. Shading control */ member
|
| D | Gas.cpp | 126 gas->_LightZ[0] = 1.0f; in DefaultGasObject() 127 gas->_LightZ[1] = 0.0f; in DefaultGasObject() 128 gas->_LightZ[2] = 1.0f; in DefaultGasObject() 129 gas->_LightZ[3] = 1.0f; in DefaultGasObject() 366 glUniform4fv(glGetUniformLocation(pPostId, "dmp_Gas.lightZ"), 1, gas._LightZ); in GasShading()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/ |
| D | Gas.cpp | 117 gas->_LightZ[0] = 1.0f; in DefaultGasObject() 118 gas->_LightZ[1] = 0.0f; in DefaultGasObject() 119 gas->_LightZ[2] = 1.0f; in DefaultGasObject() 120 gas->_LightZ[3] = 1.0f; in DefaultGasObject() 392 glUniform4fv(glGetUniformLocation(pPostId, "dmp_Gas.lightZ"), 1, gas._LightZ); in GasShading()
|
| D | Gas.h | 69 …GLfloat _LightZ[4]; /* used in post synthesis pass. Shading contro… member
|