https://www.babylonjs-playground.com/#7B4S6A
Hello there wonderful people.
I have a new question. Animation is an area of Babylon Js that I have just started into. It’s really cool and something that is truly beautiful and fun to play with. But not when it’s a little odd. I would really appreciate some help with my code above.
I have diamonds in the scene - once you click on one - the set target of the camera points to that and it animates in(Line 70 +).
I am having trouble with one thing. I’d like the camera target to smoothly transition to the chosen target.
I found this forum page : http://www.html5gamedevs.com/topic/23563-smooth-settarget/, in particular this playground: https://www.babylonjs-playground.com/#4HUQQ#90
This good soul has the smooth transition working (Line 41), but both a smooth transition and a blend is something I’m looking for.
Please can anyone point me in the right direction?