1 / 10

CISC440 --- Final Review

CISC440 --- Final Review. ---Miao Tang. Time, location, notes. Monday May 24 7:00PM-9:00PM KRB205 You can bring a A4 size note with you, both sides. Any difference between midterm and final? . Much more emphasized on the materials covered after midterm (>80%) 4 questions in total:

dinesh
Download Presentation

CISC440 --- Final Review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CISC440 --- Final Review ---Miao Tang

  2. Time, location, notes • Monday May 24 • 7:00PM-9:00PM KRB205 • You can bring a A4 size note with you, both sides.

  3. Any difference between midterm and final? • Much more emphasized on the materials covered after midterm (>80%) • 4 questions in total: • 20 pts for the each of first 2 questions • 30 pts for the each of the last 2 questions

  4. Ray Tracing • You need to know the whole process • No implementation code questions • But details about every step • Intersection? • Shadow? • Complexity? • Order of operations?

  5. BSP Tree • What is the BSP tree? • What is it used for? • How to split? (draw it, number it) • How to build the tree? • Traversal after the tree is built?

  6. Texture mapping • What are the usual techniques? • Why we need them? • Compare between them. • Topics: • Linear interpolation(problem and solution) • Minification • Magnification • Mimaps • Summed area table • Environment map

  7. GPU programming • Basic concepts (pipeline, 4 types of qualifiers) • Fragment shader vs. Vertex shader • Small

  8. Shading • Flat vs. Gouraud vs. Phong • I am looking for details: • Normal? Color? Vertex? Interpolation? • Compare them • Big formular: • Clear about every coefficient • What if I change some of the coefficents

  9. Combining question • GPU programming on some technique(like texture mapping, shading) • Texture mapping within ray tracing • BSP tree applications

  10. Only for Grads • Including all the topics for undergrads • Plus: • About 30% of the questions are mathematical deduction • Mathematical analysis on given picture or effects • Environment mapping

More Related