Terrain1

2 Views
Find Similar (BETA)Download
Author name
ckanders
Source
Sketchfab
Polygon Count
2,659
Release Date
2016-10-18
License
CC BY 4.0
terrainprocedural

Asset Overview

Density function: SeedRandom[1000] xmax = 1000; samplesX = 25; ymax = 1000; samplesY = 25; zmax = 265; samplesZ = 12; f[x, y, z] = -z - .001 (x^2 + y^2) + 32 zmax (OctavePerlin[x, y, z, 9, 0.35] - 0.5) + 0.25;