The reason for this is that your twig object's pivot point is located at 0/0/0
while the object itself is located some meters to the right of that.
The cure for that would be to take your model into your modeling app and correct
it's position. That is move the object to the 0/0/0 point and save it out again.
Should work as expected then.