Questions tagged [textures]

For questions about texture mapping, particularly using the Texture function.

For questions about texture mapping 2D or 3D graphics primitives, particularly using the Texture function, with color gradients, vector graphics or bitmap images.

Questions dealing with 2D or 3D graphics should add the respective tag: or . Questions about image processing of bitmap textures should use the tag .

Useful links:

Example questions:

88 questions
12
votes
4 answers

Applying an ArrayPlot as a texture to the surface of a cylinder

I would like to apply a matrix plot to the surface of a 3D cylinder. The matrix plot is the output from a custom cellular-automata, and it would be nice to see the lefthand side of the plot connected to the righthand side. Edit This is the solution…
si-tacuisses
  • 123
  • 7
2
votes
1 answer

How to flip texture?

I discovered this excellent answer which contains a so beautiful plot. I just copied the whole code and tried to reproduce the result but the contour plot used as texture looks like flipped, that is, when I see the plot from above the result…
Sigur
  • 693
  • 5
  • 18