mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[opencl] Code cleanup and comments
This commit is contained in:
parent
5afd9e242d
commit
1324eff749
@ -101,10 +101,6 @@ void QgsHillshadeFilter::addExtraRasterParams( std::vector<float> ¶ms )
|
||||
params.push_back( sin_az_mul_cos_alt_mul_z_mul_254 ); // 6
|
||||
params.push_back( square_z ); // 7
|
||||
params.push_back( sin_altRadians_mul_254 ); // 8
|
||||
/*/ Slow formula
|
||||
params.push_back( azimuthRad ); // 9
|
||||
params.push_back( zenithRad ); // 10
|
||||
*/
|
||||
|
||||
}
|
||||
>>>>>>> [opencl] Use fast formula for hillshade
|
||||
|
Loading…
x
Reference in New Issue
Block a user