Skip to content

WSQS/tiny_renderer

Repository files navigation

tiny_renderer

My implemention of tinyrenderer

what dose I have done?

  • draw line
  • draw triangle in two ways
  • z-buffer and use barycentric coordinates to calculate z value
  • perspective projection
  • gouraud shading:

Using gprof to analyze the performance

a

get max and min in cpp

std::numeric_limits<float>::max()

About

My implemention of tinyrenderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published