Skip to content

lif314/GAMES101-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAMES101(现代计算机图形学)-Notes

  • 2023.4.22 留影纪念!!!明天再整理笔记吧:skull:

image-20230422203731105


Technical Challenges

  • Math of (perspective) projections, curves, surfaces
  • Physics of lighting and shading
  • Representing / operating shapes in 3D
  • Animation / simulation
  • 3D graphics software programming and hardware

Course Topics (mainly 4 parts)

  • Rasterization(光栅化):将三维空间的几何形体显示在屏幕上
  • Curves and Meshes(几何)
  • Ray Tracing(光线追踪):真实画面 trade-off 慢 —> 实时光线追踪
  • Animation / Simulation(动画/仿真)

==一切需要猜测的内容就是计算机视觉,如语义分割/目标检测/场景理解==

image-20230412214819199