The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
33 views

How to set up UVs for Texture borders

I'm generating a plane that is able to scale without the edges of the texture being affected pixel wise. The plane needs to be able to keep its border proportion but be able to stretch to almost any ...
0
votes
0answers
48 views

how do I do “reverse” texture mapping from texture image x,y to 3d space?

I am using WPF 3D, but I think this question should apply to any 3d texture mapping. Suppose I have a model of a cow, and I want to draw a circular spot on the cow (and I want to do this dynamically ...
1
vote
2answers
70 views

UV mapping in Stage3D / AS3

I've wrote a little wavefront's .obj file parser (3d model format), I'm able to display the geometry correctly but am having problems texturing it correctly. The only way I'm able to get a correct ...
1
vote
1answer
109 views

Texture shape extrude in three.js

I'm trying to texture an extruded shape in Three.js. In the following code I create a curved shape, extrude the shape, then create a mesh with the geometry and a material I've loaded from a Jpg file. ...
0
votes
1answer
40 views

Splitting 2-Dim loop into multiple threads

My algorithm computes the vertices of a shape in 3-dimensional space by using a 2-dimensional loop iterating over the U and V segments. for (LONG i=0; i < info.useg + 1; i++) { // Calculate ...
0
votes
1answer
243 views

Texture mapping on extrude geometry ThreeJS

I'm creating random shapes with extrude geometry on ThreeJS, now I want to apply textures on it but the result is ugly. I can't figure out how to generate UVMapping in order to display the texture ...
1
vote
0answers
108 views

UV/Texture Mapping in Python

I have on quick question. I want to know if it is possible to perform UV/Texture mapping within python. I know I would probably need to import a module or two. But I haven't too many examples of ...
0
votes
1answer
93 views

Why does a plane's vertexdata contain 52 entries?

I'm new in 3D land and have experimented with several engines to get started. I have settled on away3D for it's simplicty. I am creating creating a plane and sticking a texture on it, and want to be ...
0
votes
1answer
594 views

how use mapping uv in three.js

I use a wood texture image in my model. by default my texture is stretched on the model you see this on woodark. When I changed the repeat the texture is more stretching and I are not understand why. ...
1
vote
1answer
199 views

Texturing troble on imported, tile based map on Unity

I'm trying to develop a rogue-like game in unity. Because of this, I need a tile-based map. Thanks to this tutorial, I've created a 9x9 square tiled map easily. ...
0
votes
1answer
125 views

Button class in Android OpenGL with TextureBuffer Pointer

I am creating a button class that will display a blue circle if it is not being pressed and a red circle if it is being pressed. I start by building a 4 vertex quad composed of two triangles. I ...
0
votes
1answer
251 views

OpenGL Texture not showing up

When I create my cube, and I try to apply a texture to it, the texture is not applied but opengl returns a black cube, the texture is showing as a black color. I'm using QT, here is the code: (I'm ...
1
vote
1answer
165 views

Repeat texture's part with texture coordinates

I have a texture and the rectangle. I want repeat the texture on that rectangle. But only a part of it. Let say I want to use texture coordinates from 0.25 to 0.75 on X and Y and repeat it 2 times. ...
-1
votes
3answers
558 views

applying an image to the texture of a 3D model

I'm trying to paint the musculature of the body on a 3D human model. There are lots of images online(in 2D) that show the muscles. I'm wondering if there's a program that exists so that I can "APPLY" ...
1
vote
0answers
747 views

Un correct UV texture mapping on a simple cube

The goal of my program is to display a simple cube UV mapped exported from Blender. But the texture mapping in my openGL program is not correct. I want to precise that the display of my UV mapped cube ...
4
votes
2answers
909 views

Displacement Map UV Mapping?

Summary I'm trying to apply a displacement map (Height map) to a rather simple object (Hexagonal plane) and I'm having some unexpected results. I am using grayscale and as such, I was under the ...
0
votes
1answer
509 views

OpenGL ES2 Android - Mapping 2D Textures to a GL_TRIANGLES cube

I am trying to map a 256*256 texture onto a cube. When i do so, the front and rear faces are as expected, the left and right faces are inverted in the z direction and the top and bottom faces are ...
0
votes
1answer
163 views

How would I get this to UV map correctly?

Alright so I have my code to draw out a big landscape using C++ and DirectX. I had it textured with one texture and then needed to add more. I saw people doing it where they had 1 texture image and ...
0
votes
1answer
169 views

What is a good UV mapping library writting in C++?

I am currently scripting Blender right now but it's excruciatingly slow for large models.
1
vote
1answer
234 views

Kinect UV Mapping

For a project, I need to get a UV map of a point cloud from the Kinect. Is there some function in the Kinect SDK which allows us to do that? If not, is there another project which includes this ...
1
vote
1answer
445 views

OpenGL ES texture mapping

I need to draw circles in my Android application. Actually it is a Pacman game and I need to draw tablets. Since there are many tablets on field I decided to draw each tablet with a single polygon. ...
1
vote
1answer
311 views

Buggy UV coordinates of sphere in OpenGL?

I am having buggy texture map on my sphere. The issue is well known but solution is rare. This is my code for generating UVs for a sphere. T = trinagles, Nv = vertex normals. for (int i=0; ...
1
vote
1answer
407 views

Loading more than one Blender-exported object/mesh+material in Three.js

I've modelled two objects in Blender, with different materials and different textures UV-mapped to them. I'm rendering it with the CanvasRenderer If I export it, there is more than one material but ...
0
votes
1answer
3k views

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 example refere to the top left corner of the top left pixel or ...
3
votes
2answers
753 views

Calculating planar UV coordinates for arbitrary meshes

I have code that generates triangle mesh from 2d shapes. Because those shapes in most cases have uneven vertex distribution on the surface I have an issue with generation of UVs so that it wouldn't ...
0
votes
1answer
257 views

Create md3 model in Blender 2.6

I am using Blender 2.6 to create a model in Quake III format (md3). I have managed to create a UV map and I the texture is mapped correctly in Blender. However, when the model is used in the game, the ...
2
votes
3answers
2k views

Troubles parsing Wavefront .obj texture coordinates

I'm coding my own .obj parser in objc for OpenGL ES 2.0 to get a better understanding on how this OpenGLES thing works. Loading the vertices and showing a model with vertex colors on it works like a ...
0
votes
1answer
310 views

Bake Texture with 3ds Max for OpenGl [closed]

I have a problem with render to texture. The texture is mapped on each polygon instead to the whole object. Here in the Qualcomm Forum the problem described in detail again from User andreasv. Can you ...
0
votes
2answers
2k views

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 tiny circle is drawn, which could be anywhere. I have the x/y of this circle on the texture, ...
0
votes
1answer
148 views

Texture no longer renders after UV change

I'm going to write a texture atlas manager, but I've run into a problem. When I modified my original UV coordinates, my program no longer rendered anything?? This is my draw code: - (void)drawFrame { ...
0
votes
1answer
329 views

How to eliminate the seam between UV map triangles (HTML5 Canvas)?

I've set up a simple demo of UV mapping at http://jsfiddle.net/pB5A9/1/ . It's based on Image manipulation and texture mapping using HTML5 Canvas? . The algorithm itself works pretty well. There's ...
0
votes
0answers
405 views

uv mapping openglES

I am new to openGL and am trying to map a png global map around a sphere in opengl ES (iphone). I generated my uv coordinates with the following formula found in wikipedia, with a few changes in order ...
2
votes
0answers
146 views

Automatic UV Unfold/Unwrap

I tried to find library that can unfold UV for my 3D meshes, but found only complete tools. Can you suggest library?
0
votes
1answer
109 views

Reading Lightwave LWO binaries, UV problem

Okay, so I'm trying to make CSHARP Lightwave 3D model converter to convert my LWOs into a Javascript object. So far I have the guts of the program working, and I'm please. But I've run into trouble ...
1
vote
1answer
790 views

Why does TextureCoordinates work as expected for a Viewport2DVisual3D, but not for a GeometryModel3D?

I have a model that I created in 3ds Max. The model is a simple rectangle. Its texture has overlapping texture coordinates--the model should display the right half of the image file twice, ...
0
votes
0answers
288 views

OpenGL: Large texture 'maps' versus multiple singular textures performance

I'm deciding if I want to create a map of multiple textures of my entire scene into several 1024x1024 texture atlases. Is it much of a gain at all to have fewer, larger textures so that you can make ...
6
votes
2answers
1k views

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 I need seems to be The cutting stock problem, only in 2D (which is disappointing since Wikipedia ...
1
vote
1answer
939 views

Simple 2D UV mapping problem in openGLES

I'm fairly new to low level openGL coding and I have a problem that perhaps I'm just too tired to find a solution to. I'm sure the answer is simple and I'm doing something utterly stupid but here ...
7
votes
2answers
1k views

Extracting Blender Original Coordinates (ORCO)

I've made an exporter (in Python) from Blender (2.5+) to a custom format. What bothers me is that most models I download contain no UV layers but instead are using auto-generated texture coordinates. ...
6
votes
1answer
1k views

Put a Cinema 4D model and Texture into an iPhone App

Im an iPhone developer and i'm trying to get a 3D model that I create in Cinema 4D into an app im making. I have actually found a way to get the model in (by exporting it as a .dae or obj and using a ...
1
vote
1answer
799 views

Unwrapping a polygon from 3d to 2d space (using triangles) for texture coordinates

So I have created a model in Ogre3D and this model is made up of a number of triangles of arbitrary rotation and position. I would like to "unwrap" the model like many modelling programs do so that ...
0
votes
1answer
306 views

Android texture mapping weird problem

I'm no expert when it comes to opengles but I have been using it for a lot of my applications. I created a new app to refresh myself on opengles and I got a square to draw. Now I applied texture ...
5
votes
2answers
1k views

OpenGL Texture Mapping

Hey Guys, I'm new to game programming and graphics programming. However, I eagerly wish to learn, so I have begun building a game engine with OpenGL. I have implemented all of the basic graphical ...
2
votes
1answer
402 views

Why are these UV mapping coordinates represented in 0-1 and pixels? Shouldn't they use only the 0-1 system?

Well, I've got many UV coordinates of a 3D model clearly in the range 0-1 and many coords in seemingly pixel values in the range 100-300. How do I know which one to interpret the coordinates as? Is ...
1
vote
1answer
861 views

How are UV coordinates measured?

I've got a 3D modeling program exporting a UV mapped 3D model. However the UV coordinates seem to be invalid or using a system I don't understand. I need help in understanding how UV coordinates map ...