Skip to main content

All Questions

Filter by
Sorted by
Tagged with
7 votes
2 answers
3k views

UV texture mapping with perspective correct interpolation

I am working on a software rasterizer for educational purposes and I am having issues with the texturing. The problem is, only one face of the cube gets correctly textured. The rest are stretched ...
Spectraljump's user avatar
10 votes
1 answer
6k views

Depth interpolation for z-buffer, with scanline

I have to write my own software 3d rasterizer, and so far I am able to project my 3d model made of triangles into 2d space: I rotate, translate and project my points to get a 2d space representation ...
Spectraljump's user avatar