Algorithm of DDA
Write down the algorithm of DDA (Digital differential analyzer) scan conversion algorithm?
Expert
Algorithm:
Step 1: Input the line end-points and store the left end-point in (x1, y1) and right end-point in (x2, y2).
Step 2: Compute the values of Δx and Δy by using Δx = xb – xa, Δy = yb – ya
Step 3: When the values of Δx > Δy then assign values of steps as Δx or else the values of steps as Δy.
Step 4: Compute the values of X increment and Y increment and assign the value x= xa and y = ya.
Step 5: For k = 1 to steps do
X = X + X increment Y= Y + Y increment
Putpixel(ceil(x), ceil(y),15)
Step 6: End
Briefly define the term graftals?
Describe the difference between the computers assisted animation and computer generated animation.
State the algorithm of Basic Ray Tracing?
Write short notes on active and passive transformations?
List out the entire different Text clipping? Briefly describe all of them.
Describe the Area Sub Division technique in short? Also describe its features?
What do you mean by retracing? Define vertical retracing as well as horizontal?
What are the main attributes of animation software?
What are the main characteristics of animation hardware?
What is CAD Applications? Describe briefly?
18,76,764
1925782 Asked
3,689
Active Tutors
1417356
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!