- Home /
Design/discussion question
Realm-time terrain deformation and re-creation
http://coub.com/view/3xcti this is Perimeter, a very decent Russian game with a great terrain deformation tool
as you can see the 'edgy' terrain is getting even as the robots work on it/then it can get rough again after some explosions hit it
could you suggest any useful examples of how to achieve something similar?
What I actually need is two layers of ground. The first one, rough, as in the example. The second one, even, which is under it. After a grenades explosion there has to be a whole in the first layer which will show the second one. Thanks in advance
Sure, you can achieve something similar to that using Unity's terrain system. I'm sure there are already lengthy explanations elsewhere, though. Google is your friend. This isn't really the place to discuss such a topic in the necessary detail. But yes, TerrainData can be edited in real time to achieve the effect you describe. It won't take long to get a prototype, but it'll take some intensive effort to make it as robust and optimized as it can/should be.
Follow this Question
Related Questions
How to add materials to a tessellated plane? 0 Answers
Tips to start underground digging 3D game 2 Answers
Mesh deformation by terrain shape 0 Answers
Why can I not affect terrain height? 0 Answers