Top "Textures" questions

Textures are series of images used in computer graphics to associate locations on a visible surface with varying values.

Three.js multiple materials on object loaded via OBJMTLLoader

I have ".obj" and ".mtl" files of a model and I'm loading it via OBJMTLLoader. ".mtl" specifies texture to apply …

javascript three.js textures mesh
OpenCV image loading for OpenGL Texture

I want to load an image (jpg and png) with OpenCV as OpenGL Texture. Here is how I load the …

c++ opengl opencv textures
Unity 3D: Asset Bundles vs. Resources folder vs www.Texture

So, I've done a bit of reading around the forums about AssetBundles and the Resources folder in Unity 3D, and …

caching resources unity3d textures assetbundle
OpenGL Texture transparency doesn't work

I'm having an OpenGL texture that is binded to a simple quad. My problem is: My texture is 128x128 pixels …

opengl textures
What exactly is a floating point texture?

I tried reading the OpenGL ARB_texture_float spec, but I still cannot get it in my head.. And how …

opengl floating-point textures
Exporting blender file with textures

Can any one give me an idea how i can export/share a .blend file in blenders with the textures? …

textures blender 3d-modelling
How to write right repeat texture with three.js

I search to repeat texture on the model. On all examples or questions I found only this like as: var …

three.js textures repeat texture-wrapping
Multiple transparent textures on the same mesh face in Three.js

Is it possible to lay multiple textures on top of each other on the same face in Three.js so …

javascript three.js webgl textures alphablending
(Java LibGDX) How do I resize my textures in LibGDX?

I have been fooling around with LibGDX for a while now, and wanted to easily port my programs to different …

java android image textures libgdx
Doing readback from Direct3D textures and surfaces

I need to figure out how to get the data from D3D textures and surfaces back to system memory. …

directx textures gpgpu geometry-surface