Questions tagged [textures]
For questions about texture mapping, particularly using the Texture function.
93 questions
2 votes
1 answer
107 views
Performance issue when more than one texture is used
I run it on version 13.0.1. Bellow are 50 polygons each of the same random texture. Rotating it by mouse is fast and flawless. <...
1 vote
1 answer
123 views
VertexTextureCoordinates of Cube[]
Copy code from here: Documentation of cube. Or the following (should be the same). ...
3 votes
2 answers
526 views
How does one wrap an image around a circle?
I know about PolarPlot, and I've found a few questions here about wrapping text, but is there a way to do this with an image similarly to how Photoshop's polar-...
11 votes
1 answer
688 views
How can I use GLSL shaders within Mathematica?
The function SurfaceAppearance provides a number of preset shaders for use in Graphics and ...
4 votes
3 answers
241 views
How can I define a specific colour for the textures from the ExampleData?
Suppose I have the given Mathematica code, ...
6 votes
2 answers
141 views
StreamStyle options of StreamPlot is not passed to Texture on ParametricPlot3D surface
I have a vector field, Pdt1 I am trying to use as the texture for a ParametricPlot3D plot. When I plot the vector field with the ...
0 votes
0 answers
96 views
Parametric surface with texture and mesh
The following code maps a parchment texture on a parametric surface: ...
1 vote
0 answers
168 views
ListPointPlot3D with markers on a surface
I have a 3D surface (specifically a sphere, if that makes things easier) and I am plotting the contours of a function over this surface using MeshFunction. I also ...