Top "Uv-mapping" questions

UV mapping is the 3D modeling process of making a 2D image representation of a 3D model.

THREE.js generate UV coordinate

I am working on importing a model into a scene using the THREE.js OBJ loader. I know that I …

javascript three.js geometry texture-mapping uv-mapping
Automatically generating UV coordinates algorithms

I'm writing my own uv editor for a tool of mine, and I'm trying to incorporate as many algorithms as …

graphics 3d uv-mapping
GLSL texture coordinate to absolute pixel?

my question regards how a texturecoordinate exactly maps to texel in a texture (not taking into consideration filtering). does (0,0) for …

opengl glsl texture-mapping uv-mapping
Correct UV mapping Three.js

I'm trying to map the UV-texture correctly, but failing... I've got the next result in my app: The result isn't …

javascript three.js texture-mapping uv-mapping
Calculate the XYZ point of a sphere, given a UV coordinate of its texture

I have a sphere in 3D. At runtime i'm generating a dynamic 2048x1024 texture for it. On this texture a …

3d geometry coordinates uv-mapping
Placing 2D shapes in a rectangle efficiently. How to approach it?

I've been searching far and wide on the seven internets, and have come to no avail. The closest to what …

algorithm 2d uv-mapping texture-packing