Computer GraphicsTU Board 2078
List some significance of vitual reality. Differntitate between virtual reality and augmented reality with example. Demonstrate how a polygon can be created using OpenGL.
10A worked answer is on its wayMeanwhile, read the Computer Graphics notes for this topic.
Discussion
Loading…
More Computer Graphics questions
Explain Bresenham's line drawing algorithms. Compare it with DDA line algorithm. Draw a line from (2, 3) to (10, 8) by using Bresenham's algorithm.TU Board 208210What is a polygon mesh? Describe its types. Construct a polygon table and edge table for a cube of side 2 units placed with one vertex at origin.TU Board 208210Explain the Painter's algorithm for visible surface detection. Explain the BSP tree method used for visible surface determination. How does it divide the…TU Board 208210Explain the need for machine independent graphics languages. How do such standards benefit application developers?TU Board 20825Define 2D rotation in computer graphics. Derive the rotation matrix and calculate the new coordinates of a point (2, 3) after a rotation of 45° about the…TU Board 20825How is the transformation matrix computed when switching from one coordinate system to another? Illustrate with an exampleTU Board 20825