freeCamera and ArcCamera

When I use the ArcCameraa, I use the mouse to rotate the angle of view, and then click to switch the freeCamera, there will be a problem, the rotation of the ArcCamera will appear in the freeCamera, what is the reason?
like this:Babylon.js Playground

When switching between the cameras you will need to detach the previously attached camera from the canvas, otherwise they will both be active when you interact with the scene. Somethin glike this:

question | Babylon.js Playground (cnbabylon.com)

2 Likes

thank you for your help!!!

1 Like