Posts

Showing posts from June, 2021

Assignment 8 - Animation Principal

Image
 Aim: Implement animation principles for any object Theory:  Animation is defined as a series of images rapidly changing to create an illusion of movement. We replace the previous image with a new image which is a little bit shifted. Animation Industry is having a huge market nowadays. To make an efficacious animation there are some principles to be followed. Principle of Animation: There are 12 major principles for an effective and easy to communicate animation. Squash and Strech: This principle works over the physical properties that are expected to change in any process. Ensuring proper squash and stretch makes our animation more convincing. For Example: When we drop a ball from height, there is a change in its physical property. When the ball touches the surface, it bends slightly which should be depicted in animation properly. Anticipation: Anticipation works on action.Animation has broadly divided into 3 phases: 1. Preparation phase 2. Movement phase 3. Finish In Ant

Assignment 7 - Bezier and Koch Curve

Image
 Aim: Generate fractal patterns using i) Bezier ii) Koch Curve Theory: Bezier Curves Properties of Bezier Curves Bezier curves have the following properties        They generally follow the shape of the control polygon, which consists of the segments joining the control points.     They always pass through the first and last control points.      They are contained in the convex hull of their defining control poin ts.      The degree of the polynomial defining the curve segment is one less that the number of defining polygon point. Therefore, for 4 control points, the degree of the polynomial is 3, i.e. cubic polynomial.      A Bezier curve generally follows the shape of the defining polygon.      The direction of the tangent vector at the end points is same as that of the vector determined by first and last segments.      The convex hull property for a Bezier curve ensures that the polynomial smoothly follows the control points.      No str aight line intersects a Bezier curve mo