Try   HackMD

Advanced Computer Graphics

NTNU 高等計算機圖學

Back to Note Overview

Course Infor

  • Score
    • Assignment: 40%
    • Paper: 20%
      • 一組一堂課
    • Final Project: 40%
  • Course Website

Note

  • Ray Tracing
  • Radiosity 輻射度方法
  • Monte Carlo path tracing
  • Real-time global illumination
  • GPU programming

What is ACG

  • image Synthesis 影像合成
  • Photorealistic Rendering
  • 計算機圖學的OpenGL→Interactive 3D Graphics

Ray Tracing

  • Screen Order Algorithm 和 Object Order Algorithm 畫出來的圖會是一樣的

    • n 個物件
    • 畫面 pixel 數:N
    Screen Order Algo. Object Order Algo.
    O(N) O(n)