Jump to content

Static Terrains


photo

Recommended Posts

Posted

Hi,

 

We are using static terrrains for some of our projects. As in Unigine 2, we are considering that removing of material "mesh_terrain_base" means, removing of static terrains support. If it true then, is there any workaround to do the static terrains.

 

Another option left for us is to convert

 

staticgeometry -> heightmap -> create terrain again.

 

but this option will lead us in doing terrain stuff again.

 

Can you guys suggest me on this?

 

Thanks

Posted

Hi Deepak,

 

mesh_terrain_base material was removed completely. Unfortuantely, there is no other way to conver mesh to the terrain without converting it first to heightmap.

 

Sorry for the inconvenience caused.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Thanks Silent, for the clarification.

 

Switching to heightmap terrains, we start facing another issue suppose terrain is of 5 km. We switching LOD at 400 m, but at 1.0Km AI Vehicle and Soldiers are not behaving properly because terrain lost the polycount and basic shape ( its not a driving simluation ). We can increase the LOD switch but it will increase the rendering count.

 

Any Idea on how to solve the issue?

Posted

Hi Andrey,

 

This leads us to the problem we face in Unigine that we cannot simplify nav mesh beyond a point. A simplified mesh follows terrain less precisely and a gap of more than + or - 0.5 units b/w terrain and nav mesh causes incorrect obstacle avoidance.

 

So, does it mean that the nav mesh has to be somehow modified at runtime to follow the terrain LOD changes?

Posted

Hi Deepak,

 

If pathfinding worked correctly with mesh that was used with mesh_terrain_base material you can use it instead of simplified one. All you need to do is to hide it from the main viewport and make invisible to get minimal performance penalty.

 

Other solution is to use 3rd party pathfinding systems:

Sorry for the inconvenience caused.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...