Tagged Questions
4
votes
1answer
177 views
Marching cube texturing
I'm working on a voxel game, and I have some problems with texturing. I have read the related questions on this stack exchange, but they seem adressing a generic problem (using triplanar texturing), ...
1
vote
1answer
108 views
UV Mapping Problems
I'm creating an alien in blender, doing my best to base it on the guys from toy story. When I create the UV Map and colour it, import it back in then take a look at it in a seperate window there is ...
1
vote
1answer
170 views
UVW Unwrap multiple quads on same texture space automatically
I've been looking around the web for the answer to this question, but to no avail. So here I go.
I'm looking for a way to automatically map several quads on the same texture space (for example (0,0) ...
2
votes
1answer
518 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
3k 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 - ...