Scale mesh via OgreMeshMagick

Problems building or running the engine, queries about how to use features etc.
Post Reply
Lax
Hobgoblin
Posts: 583
Joined: Mon Aug 06, 2007 12:53 pm
Location: Saarland, Germany
x 50

Scale mesh via OgreMeshMagick

Post by Lax »

Hi,

I'm trying to scale a mesh file with OgreMeshMagick. I do the following way:
./OgreMeshMagick transform -scale=0.01/0.01/0.01 ./PrehistoricLax.mesh
It does not work, as I get the error:
Invocation of tool transform failed:
misformed parameter for option scale
Scaling at factor e.g. 2/2/2 does work. So why does it not work to scale by 0.01?

Has somebody an idea? Or is there another way to scale a mesh and its skeleton?

Thanks in advance
Regards
Lax

http://www.lukas-kalinowski.com/Homepage/?page_id=1631
Please support Second Earth Technic Base built of Lego bricks for Lego ideas: https://ideas.lego.com/projects/81b9bd1 ... b97b79be62

User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5299
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1280
Contact:

Re: Scale mesh via OgreMeshMagick

Post by dark_sylinc »

My guess, a locale problem
Try 0,01 instead (see the comma)
Lax
Hobgoblin
Posts: 583
Joined: Mon Aug 06, 2007 12:53 pm
Location: Saarland, Germany
x 50

Re: Scale mesh via OgreMeshMagick

Post by Lax »

hm could be, I tried also 0,01 but the windows 10 power shell complained. So maybe I must change my windows language...

http://www.lukas-kalinowski.com/Homepage/?page_id=1631
Please support Second Earth Technic Base built of Lego bricks for Lego ideas: https://ideas.lego.com/projects/81b9bd1 ... b97b79be62

Post Reply