Searched refs:NoiseMatrix (Results 1 – 1 of 1) sorted by relevance
256 short int NoiseMatrix[NMAX][NMAX][NMAX]; variable264 NoiseMatrix[x][y][z] = rand() % 12000; in InitNoise()281 NoiseMatrix[x][y][z] = NoiseMatrix[i][j][k]; in InitNoise()309 p000 = NoiseMatrix[ix][iy][iz]; in Noise()310 p001 = NoiseMatrix[ix][iy][iz + 1]; in Noise()311 p010 = NoiseMatrix[ix][iy + 1][iz]; in Noise()312 p011 = NoiseMatrix[ix][iy + 1][iz + 1]; in Noise()313 p100 = NoiseMatrix[ix + 1][iy][iz]; in Noise()314 p101 = NoiseMatrix[ix + 1][iy][iz + 1]; in Noise()315 p110 = NoiseMatrix[ix + 1][iy + 1][iz]; in Noise()[all …]