Home
last modified time | relevance | path

Searched refs:GRAD_Z (Results 1 – 2 of 2) sorted by relevance

/dports/games/ivan/ivan-059/FastNoise/
H A DFastNoise.cpp49 const FN_DECIMAL GRAD_Z[] = variable
322 return xd*GRAD_X[lutPos] + yd*GRAD_Y[lutPos] + zd*GRAD_Z[lutPos]; in GradCoord3D()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dutils.h273 const float GRAD_Z[] = { 0, 0, 0, 0, 1, 1, -1, -1, 1, 1, -1, -1 }; variable
281 return xd * GRAD_X[lutPos] + yd * GRAD_Y[lutPos] + zd * GRAD_Z[lutPos]; in noise()