Computer Graphics Programs Write a Program to draw basic graphics construction like line, circle, arc, ellipse and rectangle. #include<graphics.h> #include<conio.h> void main()…
animation techniques
Output Devices It is an electromechanical device, which accepts data from a computer and translates them into form understand by users. Following…
Phong Shading A more accurate method for rendering a polygon surface is to interpolate the normal vector and then apply the illumination…
Input Devices The Input Devices are the hardware that is used to transfer transfers input to the computer. The data can be…
Weiler-Atherton Polygon Clipping: When the clipped polygons have two or more separate sections, then it is the concave polygon handled by this…
Computer Graphics Tutorial It is difficult to display an image of any size on the computer screen. This method is simplified by…
- B.Tech / MCAComputer Graphics Tutorial
Computer Graphics Window to Viewport Co-ordinate Transformation
Computer Graphics Window to Viewport Co-ordinate Transformation Once object description has been transmitted to the viewing reference frame, we choose the window…
Computer Graphics Window: The method of selecting and enlarging a portion of a drawing is called windowing. The area chosen for this…
Z-Buffer Algorithm It is also called a Depth Buffer Algorithm. Depth buffer algorithm is simplest image space algorithm. For each pixel on…
Computer Graphics Zooming Zooming is a transformation often provided with an imaginary software. The transformation effectively scales down or blows up a…