-
keep distance between POI and camera pos?
Hello my problem is quite simple, and I’m thinking of coming up with a mathematical calculation to solve it but there must be a simpler way.
For simplicity’s sake I will be talking about my problem in 2D because it’s the same concept. My problem, basically, that I want to “lock” the distance between the camera and the POI. The trouble is that when I want the camera to behave like this (ignore dots):
.........stop keyframe ...........* .............\ ..............\ <---- Camera path .....POI......| ............./ ....*..-..-/ start keyframe
Which is circular around the POI, when in reality it does this:
.........stop keyframe .........../ ........../ ........./ .....POI/ ......./ ....../ start keyframe
The key difference between the two is that in the second, the distance between the POI and the camera changes. I need that to be locked.
I tried putting multiple keyframes to "help" it, but the motion was too jaggety... unless I was doing the wrong easing...
Anyways can anyone help me with this... I'm tired and desperate!! Thanks 🙂