Load map with PLSM2 with diferent scale

netocris

27-08-2007 16:08:42

Hello,

i'm new using PLSM2 and i'm very confuse in one question.

i made one small map in FreeWorld3D editor 1024x1024. i exported the map using Ogre3D export and i load the terrain in my application ogre.
the problem is: in PLSM2 cfg files xx.cfg and xx.gen.cfg how i make to load the terrain with the same scale?

i have the parameter in cfg files:

xx.gen.cfg
ScaleX=1.5
ScaleY=1
ScaleZ=1.5

xx.cfg
ScaleX=15000
ScaleY=1200
ScaleZ=15000

but the terrain loaded in ogre seems not scale with the FreeWorld map.

what values Scale parameter i should enter?