LinkageDesigner Paclet SymbolMore About »

ProjectTexture

ProjectTexture[gr, texture]
projects the 2D texture onto the gr Graphics3D object using spherical projection
ProjectTexture[linkage, texture]
projects the 2D texture onto all link's geometry in linkage.
ProjectTexture[linkage, {link1texture1, ..}]
projects texturei onto all linki's geometry in linkage.
  • ProjectTexture function maps the {u, v} pixel coordinates of the texture image to the {x, y, z} vertex coordinates of the Graphics3D object.
  • The mapping works only for Polygon primitives.
Load LinkageDesigner package
In[1]:=
Click for copyable input
Load the puma560 linkage example
In[2]:=
Click for copyable input
Out[2]=
Load example color texture
In[3]:=
Click for copyable input
Out[3]=
Display the non-textured linkage
In[4]:=
Click for copyable input
Out[4]=
Display the textured linkage
In[5]:=
Click for copyable input
Out[5]=