- Home /
New terrain C#
I'm trying to create a program that will generate an infinite terrain so far I have already programmed a height map generator (trough I have done so in java and will have to translate it to C#) Now I need to find a way to create additional terrains so I can link them to my heightmap. Does anybody know how to do this?
Basically I'm looking for a code in c# that once finished leaves me with a terrain object of the desired size and of which I can alter the height map as well as the used textures ext. A example code or a link to a tutorial are both very useful. I already know how to generate a new terrainData but not yet how to actually link this to a terrain. It would also be useful if someone could tell me how to link object location to code.
Your answer
Follow this Question
Related Questions
Basics of procedural map generation 0 Answers
Terrain height map influences ocean wave heights? 2 Answers
Writing a Custom Collider 0 Answers
Formula for Terrain sampleHeight 0 Answers