I have created 10 meshes inside one another, so from super big to super tiny … and the camera goes through a hole until the very last one … but the animated camera (just keyframed from point A to point B) feels like accelerating exponentially when getting to the tiny mesh …
How can I “neutralize” this “acceleration” so the camera looks like going at the same speed all the time?
Thanks for your response! I know what is linear and bezier interpolation
But this is not the case, since the meshes get smaller and smaller, the distance gets also smaller, and the camera takes much less time to travel this distance inside the next tinier object … but I want it to look like the “zoom” speed is the same all the time … so it would be like the opposite of exponential
Well, it is a curve you need.
Mathematicly you have to calculate the “zoom” speed.
Which if you want it correct is quite a heavy task. You have to calcuate to change the speed after passing a mesh from the distance and size difference to the next mesh. And you want it smooth without big changes in speed after passing a mesh, so you need to interpolate. And i guess the camera focal is involved too. Also you want the texture stay at the same visible resolution.
I guess it would be easier to change the sizes to real distances and size.
It is not possible?
Are the differences to much?
Maybe there is an easy geometric solution. Can you upload file?
How can I share with you the distances between the meshes?
Actually I am using an expensive mesh from an artist and I know he wouldn’t feel good if I post it online, like sharing the blend file with the mess seems wrong to me in this situation … What do you do guys in such case?
Depending on your setup you could collapse the cubes to a single point where the front face is. So delete all faces other that front face. Then merge each face to a single vert.
This will leave you with 10 verts in a line (presumably) which will be yr distance between objects.
I would suggest, keep the camera still, and instead scale your objects (and perhaps brighten your lights by the square of the scale.)
Otherwise, you’d probably want a driver for something somewhere, and it would probably be some variation of e^x, but my math isn’t good enough to tell you for sure.
Where target is the scale you want at the end of the animation (in my case, it was 3), and var is the input variable of the linear scale.
So for the video above, the driver panel for the X, Y and Z scale properties
Thanks guys for the answers… actually I find a bit complicated everything you suggest. I am kind of dummy …
Isn’t there just a simple way to slow down a keyframed mesh from point A slowing down as it reaches point B?? … It sounds kind of a simple concept for me … there should be a way to do it …
The graph editor is where you need to be doing this work.
Look at interpolation modes and easing types. What you describe as wanting is a little picture in interpolation modes called bezier.
Or, use ease out for this purpose and exaggerate it as needed.
Yeeeesssss
Exactly, that’s it! I knew it couldn’t be so complicate
Now I tried and somehow it¡s strange because as I change the interpolation mode only to one curve (Y location), it’s also affecting the X location
But I see these parameters are the ones I need to tweak!