Tagged Questions
2
votes
1answer
490 views
Drawing a textured triangle with CPU instead of GPU
I understand the benefits of GPU rendering and such, but for a certain limited application I need to render textured triangles purely using CPU.
I've built a 3D engine capable of object handling, ...
14
votes
2answers
2k views
What exactly is UV and UVW Mapping?
Trying to understand some basic 3D concepts, at the moment I'm trying to figure out how textures actually work. I know that UV and UVW mapping are techniques that map 2D Textures to 3D Objects - ...