http://www.babylonjs-playground.com/#18OA3I#6 I seem to be having a problem understanding rotations. I have imported a model and am attempting a couple of things but first problem scene.getMeshByName("Cylinder002").rotation.y += 0.01; and scene.getMeshByName("Cylinder002").rotation.z += 0.01; seem to rotate the model about the same axis. can anyone explain whats going on? Also the rotation doesn't seem to occur around the centre on the object. this does se