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:
a
std::numeric_limits<float>::max()My implemention of tinyrenderer
what dose I have done?
a
std::numeric_limits<float>::max()