def=rotates the entire 3D world (including light) about the world's centerFlash3DInstance.rotate(x, y, z); x, y, z are degrees about each axis &sam=
//rotates a 3D world 30 degrees about its y axis
myWorld.rotate(0,30,0);