User:Subekshya Poudel/Teaching Lesson Plan 26: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "<div style="column-count: 2; column-gap: 20px;"> '''Subject :''' Computer Graphics '''Period:''' Fourth '''Topic:''' Three Dimensional Graphics '''Teaching Item:''' Polygon rendering:Constant shading, Gouraud shading and Phong shading '''Level:''' Bachelor 6<sup>th</sup> sem '''Unit:''' Five '''Time:''' 50 min '''No. of Students:''' <br> </div> == Specific Objective == At the end of this lesson students will be able to: * unders...")
 
Line 38: Line 38:
4. Discuss different methods for polygon rendering.<br>
4. Discuss different methods for polygon rendering.<br>
5. Present the figure of different methods of polygon rendering:Constant shading, Gouraud shading and Phong shading.<br>
5. Present the figure of different methods of polygon rendering:Constant shading, Gouraud shading and Phong shading.<br>
6. Ask students what differences they find out in those picture. <br>
6. Ask students what differences they find in those pictures. <br>
7. Illustrate each algorithm with examples and diagrams to demonstrate their effectiveness.<br>
7. Explain the concept of constant shading.<br>
8. Ask students to differentiate among the basic illumination model.<br>
8. Make a figure by joining different polygons and explain after finding intensity value where to shade.<br>
9. Show the comparison table of different basic illumination model<br>  
9. Discuss the advantages and disadvantages of constant shading.<br>
10. Ask students if there is any confusion on today's topic and provide guidance and assistance if needed.
10. Discuss why Gouraud shading came in use.<br>
11. Draw the figure(triangle with scanline) in the whiteboard and explain how to interpolate the value.<br>
12. Explain Gouraud shading algorithm with figure.<br>
13. Discuss the advantages and disadvantages of Gouraud shading.<br> 
14. Explain Phong shading by comparing it with the concept of Gouraud shading.<br>
15. Describe the algorithm of Phong shading with figure.<br>
16. Discuss the advantages and disadvantages of Phong shading.<br>
17. Ask students if there is any confusion on today's topic and provide guidance and assistance if needed.


== Assessment ==
== Assessment ==

Revision as of 01:59, 9 May 2024

Subject : Computer Graphics

Period: Fourth

Topic: Three Dimensional Graphics

Teaching Item: Polygon rendering:Constant shading, Gouraud shading and Phong shading

Level: Bachelor 6th sem

Unit: Five

Time: 50 min

No. of Students:

Specific Objective

At the end of this lesson students will be able to:

  • understand the concept of polygon rendering
  • explain different methods of polygon rendering with advantages and disadvantages
  • write algorithm of Gouraud shading and Phong shading

Teaching Materials

  • Laptop
  • Presentation slide
  • Projector
  • Whiteboard and marker

Teaching Learning Activities

1. I will begin the class by asking students what they know about polygon rendering.
2. Then begin the topic by defining polygon rendering is a fundamental technique in computer graphics used to represent three-dimensional objects in a two-dimensional space.
3. Discuss what are the components that involves to create realistic shading.
4. Discuss different methods for polygon rendering.
5. Present the figure of different methods of polygon rendering:Constant shading, Gouraud shading and Phong shading.
6. Ask students what differences they find in those pictures.
7. Explain the concept of constant shading.
8. Make a figure by joining different polygons and explain after finding intensity value where to shade.
9. Discuss the advantages and disadvantages of constant shading.
10. Discuss why Gouraud shading came in use.
11. Draw the figure(triangle with scanline) in the whiteboard and explain how to interpolate the value.
12. Explain Gouraud shading algorithm with figure.
13. Discuss the advantages and disadvantages of Gouraud shading.
14. Explain Phong shading by comparing it with the concept of Gouraud shading.
15. Describe the algorithm of Phong shading with figure.
16. Discuss the advantages and disadvantages of Phong shading.
17. Ask students if there is any confusion on today's topic and provide guidance and assistance if needed.

Assessment

1. Describe basic illumination model.

2. Compare and contrast sepcular highlights and diffuse reflection with figure.