texturing Questions

2

Solved

I have OpenGL program that I want to texture sphere with bitmap of earth. I prepared mesh in Blender and exported it to OBJ file. Program loads appropriate mesh data (vertices, uv and normals) and ...
Flunky asked 5/7, 2013 at 11:52

1

Solved

I have successfully drawn a multi-textured polygon but unfortunately only the first pixel of the overlaying texture is being used across the entire texture area. Here are the textures (GL_TEXTURE0...
Ploce asked 2/2, 2012 at 16:59

2

Solved

I've been banging my head against this for hours now, I'm sure it's something simple, but I just can't get a result. I've had to edit this code down a bit because I've built a little library to enc...
Sibilant asked 11/1, 2012 at 11:1

3

Solved

Short Version How can I draw short text labels in an OpenGL mapping application without having to manually recompute coordinates as the user zooms in and out? Long Version I have an OpenGL-based...
Ora asked 16/6, 2011 at 1:22

3

Solved

I'm trying to draw a car for a game I'm making using OpenGL. The car object is stored in an .obj file with an accompanying .mtl file. The car has 500+ vertices, 100+ faces and needs over 50 differ...
Rowney asked 22/7, 2011 at 9:57

1

I am using opengl (fixed-function pipeline) and I'm drawing potentially hundreds of thousands of points, and labeling each with a text label. This question is about whether I'm doing this in a reas...
Stonecrop asked 5/5, 2011 at 23:1
1

© 2022 - 2024 — McMap. All rights reserved.