Skip to content

JudgementH/software-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

software-renderer

阴影效果 img.png

操作说明

  • w/a/s/d 前左后右
  • x 上升
  • z 下降
  • 鼠标控制视角
  • ctrl+c 关闭程序

Package manager

vcpkg

Third-part

  • Eigen (math lib)
  • tiny_obj_loader (obj loader)
  • stb_image(image loader)

Feature

  • Bresenham’s 直线算法
  • zBuffer Test
  • 视锥剔除
  • 齐次空间裁剪(注意判空)
  • 透视矫正
  • 背面剔除
  • Shadow Map

TODO

  • 多线程fragment shader
  • 天空盒
  • package the matrix
  • turn the rotation to quaternion

bug

  • 移动速度过快

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published