"You can import whatever you want, huge meshes are supported as well, just enable "embed into terrain" option in the object properties access mode."
Can you please help me where is this setting? On object properties I see only IDs, paths, etc. On right panel, for list of parameters I see dynamic parameters with options of many data types - should I add this option there? Tried, but was no effect to terrain.
I would like get a sphere terrain, I have a planet created in 3Ds Max, where height data is seen as mesh with a modifier. I can import this to Esenthel, I see the planet fine with height, but I cannot set it as terrain.
I'm not sure where your reference comes from or what its referring to, maybe something that was in version 1.0 of this engine. Either way, assigning the TERRAIN class in the objects params settings (which is the default class assigned anyway) should see the mesh treated as an embedded object on the terrain. Large objects are broken down by the engine and handled efficiently from my understanding.
Are you actually wanting this planet mesh to be walkable and act as the terrain itself?
yes that would be the plan. we dont want a 2D plane terrain.
ofc the proportion would be not a real size planet, just sth undersized, like a little planet where we want navigate units.
Ah ok, well I'm not sure if you'll need at least one Esenthel Terrain area in order to embed your planet object as I've never tried anything like that.
I can see you having fun with gravity and slopes when it comes to moving around a spherical object though. Will require some special consideration I think.
Someone else might be able to better advise you than me as my experience is purely with flat terrains.
Well if you want to have pathfinding on your object mesh..
1. In the object under the physics select static mesh.
2. Select the object tab, select Params and make sure create is selected.
3.You might wanna check the PATH tab also.
Now about spheric terrains and planets i doubt that it's going to work with the default build in terrain system since the pathfinding is calculated based on the horizontal plane and not spherically, so in this case you might need to build your own and i don't know if this is possible and to what extent.
There's 2 issues with using a sphere as terrain; 1) pathfinding 2) gravity. Pathfinding will be a bear, but gravity should just involve turning the standard PhysX gravity off, then applying an even force to all objects[ normalize(planetlocation - object location) * gravity_strength ].
thanks for the answers, it is a very good start.
we are working on strategy, not an RPG, so I think we can just switch off gravity and glue units to surface while moving...
so we dont want jumping, falling, etc. what would be important for a character in RPG/MMORPG, we want just moving units on the surface.
well if things become more difficult with world system, we may probably choose a simple textured sphere without terrain/world system. why we look at this system because it gives many advantages like seamless world area changing, pathfinding, etc.