Media Summary: Streamed Live on Kick: More Episodes: ... Ever wondered how to draw pixels to the screen? On this code tour I'll show how how I do it. == Links ... The 3D data was stored using a proprietary format, that I may or may not talk about at some point. The model shown here is that ...
C Sdl Software Renderer Source - Detailed Analysis & Overview
Streamed Live on Kick: More Episodes: ... Ever wondered how to draw pixels to the screen? On this code tour I'll show how how I do it. == Links ... The 3D data was stored using a proprietary format, that I may or may not talk about at some point. The model shown here is that ... It legit took a whole damn month to just fill in a triangle, mostly because I was hunting for the wrong problems most of the time :/ Working on a little project, trying to not use AI as much but def will. Also trying to learn nvim even though typing is pointless now. Finally, I was able to implement perspective correct texture mapping. I can't load models with UV mapping yet. But I have this!
I haven't been active for a while, but I worked on the model loader a bit. I still need to add lighting (gouraud shading). Still no ...