- Home /
Terrain help
Hi ive been reading up on perlin noise and understand the basics. However what i dont know is how to implement it into terrain generation at runtime. Ive tried the wiki's version but it just gives errors and wont work. Ive also looked at many forums and anwser posts but cant find anything, help?
must be something to do with SetHeights : http://docs.unity3d.com/Documentation/ScriptReference/TerrainData.html . Just reading the wiki script that's all it does, creates a 2 dimensional array of floats, populates that with returned perlin data, then assigns that array to the terrain with SetHeights .
Your answer
Follow this Question
Related Questions
Perlin Noise for 3d Voxel Terrain 1 Answer
Can anyone explain this code? 1 Answer
Make a high poly count plane with code 0 Answers
2D Efficient Realtime Terrain Generation 0 Answers
3d Perlin Noise? 3 Answers