So i know i should try to recreate it in an playground, i currentlty didn’t but will work on one.
but maybe this is already known/recognized just by desribing.
I use an ArcrotateCamera and initialize it and place it at some point. Then i’m loading meshes and use the framing behavior to zoom closer to them… After the framing is done i turn off framing Behavior.
Later i need to move the camera to other alpha/beta coordinates.
Started like this playground does it just for alpha and beta…: Babylon.js Playground
It also kinda works fine. It does move where it is supposed to. But at the start of the animation in zooms out (probably to the original radius of the camera initialization) and then zooms in and moves where it should. How can i avoid this radius reset/zoom?
Already tried to put “radius = currentradius” into the Keys but that did nothing.