both these example “Basic_SkyBox” and “Basic_View”
using _view.camera.lookAt(new Vector3D());
how this camera.lookat works even if we do assign any variable with vector3d
I also noticed that with camera.lookat, it rotate around the object while changing camera.y value.
But without camera.lookat, it looks like that we are just panning scene when camera.y value is changed