Make 3ds object smaller

Blitz3D Forums/Blitz3D Programming/Make 3ds object smaller

jimmyx(Posted 2006) [#1]
I have a 3ds object , when i load it with the
barrel=LoadMesh("barrel.3ds") command

it seems too large on the screen

i was wondering what the right command is to make it
smaller

should i use ScaleEntity command for this or some other command

thanks


Naughty Alien(Posted 2006) [#2]
scaleentity barrel,0.5,0.5,0.5 /50% smaller/


t3K|Mac(Posted 2006) [#3]
sorry for this, but you should take a look at the docs first - then ask (if something still unclear)...