18.12.2013, 07:22
You can move a map fairly simple with a little bit of code, but if you want to change the orientation (angles) then that's a whole different story. Say, if your maps is at -50, 100, 1080 and you want it to be at ground level, say 300, -2000, 10 then the only thing you need to do is add 350 to x, subtract 2100 from y and subtract 1070 from z.