When I create a free camera using the following code:
var camera = new FreeCamera('main-camera', new Vector3(0, 10, -80), scene);
I couldn’t see meshes, as they are behind the camera. Is there a way is adjust the camera direction so that it can toward meshs or a certain direction?