Arc rotate camera closer focus on loaded object

Hello everyone!

I am currently trying to figure out if there is a way to closely zoom on a loaded object that I’ve focused using the arc rotate camera.
I’ve made a playground containing a small model but even though I have added targetted it, it still seems far away.

Any help on this would be greatly appreciated,
Thanks!

Hello!

Try using absolutePosition instead of position. Like in this playground: https://playground.babylonjs.com/#ZJYNY#1648

2 Likes

Thank you so much! This is what I needed!