Large terrain simulation game

Hi,



I am learning game making.



Is it possible to develop large terrain simulation game in jME3? Does jME3 jave any performance issues for such a game?

Also is it possible to import from Google Sketchup?



Cheers,

Softice

  1. Yes using TerrainGrid for example
  2. No, unless you write bad code
  3. Yes, through the .obj format but for terrain you are advised to use height map based terrain as it yields better performance
1 Like

Thanks normen.