wadum / TankDestroyers

Competence project at DADIU
1 stars 0 forks source link

Terrain deformation #26

Open wadum opened 8 years ago

wadum commented 8 years ago

Make hills/slopes randomly on playing field

Pe-T-eR commented 8 years ago

http://wiki.unity3d.com/index.php/CreatePlane

wadum commented 8 years ago

There is a problem with unity here. You can at most have 64K triangles in a mesh. Our playfield is 500x500 units. That's 2 units pr. triangle, which leads to very blocky terrain.

In short, we probably need multiple planes, which must connect properly.