Bresenhams line drawing algorithm
Describe the Bresenhams line drawing algorithm in brief?
Expert
In Bresenham’s approach the pixel position all along the line path is determined by the sampling unit X intervals. Beginning from the left end point(X0, Y0) of a given line we step to all successive columns and plot the pixel whose scan line Y-value is nearest to the line path. Supposing the Kth step in procedure, found out that the pixel at (Xk, Yk) decide which pixel to plot in the column Xk+1. Choices are (Xk+1, Yk) and (Xk+1, Yk+1)
Explain the benefits of rendering polygons through the scan line method?
Explain about various Text clipping?
Illustrate the term Octrees? And how are they used?
Explain the term Z-mouse?
What is a spline?
Explain the term rotation?
Explain the term Data glove?
Write down a brief note on the term Television which is the application of computer animation?
What is the procedure to handle non-coplanar vertices?
18,76,764
1940333 Asked
3,689
Active Tutors
1441091
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!