Home
last modified time | relevance | path

Searched refs:chopiness (Results 1 – 3 of 3) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dwilderness.c1665 int x_cen,y_cen, max_mag, magnitude, magsqr, chopiness, x, y; in wild_add_hotspot() local
1699 chopiness = 2 * magsqr / (randint0(5) + 1); in wild_add_hotspot()
1791 if (((x - x_cen) * (x - x_cen)) + (((y - y_cen) * (y - y_cen))*4) < magsqr + randint0(chopiness)) in wild_add_hotspot()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DSimplexNoise82 * Lower lacunarity: more "chopiness" in the output.
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dwild.c2292 int x_cen,y_cen, max_mag, magnitude, magsqr, chopiness, x, y; local
2327 chopiness = 2 * magsqr / (rand_int(5) + 1);
2442 …if (((x - x_cen) * (x - x_cen)) + (((y - y_cen) * (y - y_cen))*4) < magsqr + rand_int(chopiness)) {