Questions tagged [textures]
For questions about texture mapping, particularly using the Texture function.
93 questions
2
votes
1
answer
108
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.
<...
0
votes
0
answers
64
views
Explicit "VertexTextureCoordinates -> Automatic" of Cube[]
Here we have all six faces of Cube[] with VertexTextureCoordinates -> Automatic. (run on version ...
1
vote
1
answer
125
views
VertexTextureCoordinates of Cube[]
Copy code from here: Documentation of cube.
Or the following (should be the same).
...
4
votes
1
answer
197
views
Texture applied with ugly artifacts
High quality texture image was produced from matrix mat of dimension 640x640.
When the texture is applied to a polygon (square) ...
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-...
0
votes
0
answers
78
views
1D vertex texture coordinates
I'm interested in using VertexTextureCoordinates in a GraphicsComplex but the behavior is unexpected so I'm looking for ...
11
votes
1
answer
690
views
How can I use GLSL shaders within Mathematica?
The function SurfaceAppearance provides a number of preset shaders for use in Graphics and ...
7
votes
2
answers
391
views
What is the source of texture examples provided in the documentation?
I have been trying to test different textures for my Plot3D and stumbled upon these examples given in the MMA Documentation for ...
4
votes
3
answers
243
views
How can I define a specific colour for the textures from the ExampleData?
Suppose I have the given Mathematica code,
...
6
votes
3
answers
543
views
How to create a specific lighting in 3D graphics for a disk?
I am trying to get a 3D disk with gradient lighting that is darker at the center and gradually goes white at the edges. I managed to get the correct lighting but could not make it a circular shape ...
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 ...
2
votes
0
answers
66
views
Can Mathematica import uv information from 3d model?
Question1:
Does mathematica's supported 3d file format can import uv information such that we can split the model polygons and keep the texture?
https://en.wikipedia.org/wiki/UV_mapping
Question2:
If ...
0
votes
0
answers
96
views
Parametric surface with texture and mesh
The following code maps a parchment texture on a parametric surface:
...
5
votes
0
answers
378
views
Inverse Mercator projection from plane to sphere
I made a Mercator map of the Earth like this:
...
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 ...