Week Beginning 24/10


Monday

Today I learnt about different types of animation, we were told to learn the difference between frame based and time based animation. It was quite interesting learning about how animation works in code and how that affects what the outcome looks like.

Frame based animation makes it so it only moves a set amount per frame but time based means it updates based on how much time has passed between each frame, this is better but it looks very janky when done this way since any frame rate lower will update more each frame.


Leave a Reply

Your email address will not be published.