Skip to content

cui3301/AlpacaRenderer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://blog.csdn.net/puppet_master/article/details/80317178 (Chinese Only)

A Simple Rasterization Soft Renderer

#Basic Info

  • C++
  • VS2015
  • Windows GDI API Without Third Party Library
  • D3D Like Left Hand
  • NDC Z Range(0,1)
  • Use Row Vector,like vMVP

#Features

  • Vector,Matrix,Color
  • Model,View,Project Transform,Viewport Mapping
  • Simple CVV Cull
  • Trangle Rasterization
  • ZBuffer
  • Perspective Corrected Texture Mapping

About

光栅化软渲染器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%