Top "Texture-mapping" questions

Texture mapping is a method for adding detail, surface texture (a bitmap or raster image), or color to a computer-generated graphic or 3D model.

Texture mapping in MATLAB

I have points in 3D space and their corresponding 2D image points. How can I make a mesh out of …

matlab plot interpolation texture-mapping geometry-surface
OpenGL - 2D Texture Mapping

I'm trying to render a simple texture(64x64) to a 64x64 quad. The quad itself is rendering, but, not the …

c++ c opengl texture-mapping
GLSL passing texture coordinates from vertex shader

What I'm trying to accomplish: Drawing the depth map of my scene on top of my scene (so that objects …

opengl glsl texture-mapping vertex-shader
Sampling from a texture in OpenGL is black

I'm trying out my hand at graphics, following a tutorial at http://en.wikibooks.org/wiki/OpenGL_Programming/Modern_OpenGL_…

c++ opengl texture-mapping freeglut soil
how would I do environment reflection in webgl without using a library like three.js?

I'm trying to figure out how to do environment mapping onto an object. Here's the setup: How would I make …

javascript webgl texture-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
Opengl obj object loader with textures

I am using an object loader to load an obj model that I exported from blender. I can load the …

c++ opengl glut blender texture-mapping
D3D11: Creating a cube map from 6 images

How do I create a cube map in D3D11 from 6 images? All the examples I've found use only one .…

direct3d texture-mapping
How do I draw a texture-mapped triangle in MATLAB?

I have a triangle in (u,v) coordinates in an image. I would like to draw this triangle at 3D …

matlab geometry rendering texture-mapping geometry-surface
How to draw a textured torus in OpenGL without using GLUT?

I need to render a torus in OpenGL, without using GLUT. I'm using C# and Tao Framework bindings. I have …

c# opengl texture-mapping tao-framework