We will entertain your mind, enhance your brain, expand your lifestyle.

Match the speed

We are currently creating an animation using the script we wrote in our previous article, but it’s difficult to keep the camera speed constant. This is something we felt even when adjusting it with keyframes on the timeline.

So we changed the script to specify the animation interval between keys by speed instead of duration, which stabilizes the camera speed.

However, this method of specification makes it difficult to coordinate timing with music and other animations, so we improved the script so that we can specify either time or speed for each key.

In addition, we added functionality to the script to allow animation of parameters such as object materials and lights for each key.