final Vector3f max = new Vector3f();
tileBounds.getMin(min);
tileBounds.getMax(max);
final Vector3f blockCenter = new Vector3f(min);
blockCenter.add(max);
blockCenter.scale(0.5f);
// Get character scale
final Vector3f s = new Vector3f();
_character._transform.getScale(s);