Scale - Vector3f

Hey folks,



World and local scale have been expanded from being a single float applied to x,y and z to an actual Vector3f where you can set each independently. You still have a setLocalScale(float) for quickly setting a single number across all three. Let me know if you see any bugs, etc.