Tagged Questions
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; ...
0
votes
3answers
729 views
Texture coordinates for rendering a 3d sphere
I am drawing a 3d sphere using GL_QUAD_STRIP primitive and it works except I don't know how to set up the texture coordinates.
I have a certain number of division that divide my sphere into equal ...
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 ...
1
vote
1answer
441 views
Problems mapping cubemaps to a sphere
I'm currently trying to create a procedural planet generating tool. I have started off by mapping a cube to a sphere like so:
Next I'm using Libnoise to a heightmap cube using 3D Perlian noise. I ...
2
votes
1answer
1k views
Mapping textures to a sphere OpenGL ES
Right i am just getting into OpenGL ES, and if i am honest it is very daunting.
Just need a little guidance to point me in the right direction for my current challenge.
I have some code that ...
1
vote
1answer
779 views
Getting x,y coordinates of a texture mapped on sphere (WPF, synch, no visualtreehelper.hittest)
technology: WPF, C#
pretext:
I am making a game with a custom gyroscope+accelerometer device. I have a sphere that has a labyrinth map on it. The texture is mapped by a set of positions and texture ...
