All Questions

537 questions and answers

1880 views

Inverse Transformations

These are also called as opposite transformations. If T is a translation matrix than inverse translation is representing using T-1. The inverse matrix is achieved using the opposite sign.

Super Admin
added 3 years ago
1589 views

Hidden Surface Removal

One of the most challenging problems in computer graphics is the removal of hidden parts from images of solid objects. In real life, the opaque material of these objects obstructs the light rays from hidden parts and prevents us from seeing them.

Super Admin
added 3 years ago
1791 views

Z-Buffer Algorithm

It is also called a Depth Buffer Algorithm. Depth buffer algorithm is simplest image space algorithm. For each pixel on the display screen, we keep a record of the depth of an object within the pixel that lies closest to the observer. In addition to depth, we also record the intensity that should be displayed to show the object.

Super Admin
added 3 years ago
1702 views

Painter Algorithm

It came under the category of list priority algorithm. It is also called a depth-sort algorithm. In this algorithm ordering of visibility of an object is done. If objects are reversed in a particular order, then correct picture results.

Super Admin
added 3 years ago
1210 views

Projection

It is the process of converting a 3D object into a 2D object. It is also defined as mapping or transformation of the object in projection plane or view plane. The view plane is displayed surface.

Super Admin
added 3 years ago
1536 views

Perspective Projection

In perspective projection farther away object from the viewer, small it appears. This property of projection gives an idea about depth. The artist use perspective projection from drawing three-dimensional scenes.

Super Admin
added 3 years ago
1675 views

Parallel Projection

Parallel Projection use to display picture in its true shape and size. When projectors are perpendicular to view plane then is called orthographic projection. The parallel projection is formed by extending parallel lines from each vertex on the object until they intersect the plane of the screen. The point of intersection is the projection of vertex.

Super Admin
added 3 years ago
1800 views

Cathode Ray Tube (CRT)

CRT stands for Cathode Ray Tube. CRT is a technology used in traditional computer monitors and televisions. The image on CRT display is created by firing electrons from the back of the tube of phosphorus located towards the front of the screen.

Super Admin
added 3 years ago
1167 views

Briefly Discuss about Requirements Analysis

After requirements gathering is complete, the analyst analyses the gathered requirements to form a clear understanding of the exact customer requirements and to weed out any problems in the gathered requirements.

Super Admin
added 3 years ago
1143 views

Discuss about SCHEDULING

Scheduling the project tasks is an important project planning activity. In order to schedule the project activities, a software project manager needs to do the following: 1. Identify all the major activities that need to be carried out to complete the project.

Super Admin
added 3 years ago