Texture Mapping

Toolbar Menu Panel Gear Menu Shortcut

Popup
Properties
Standard

Edit / Panels

Object Properties

Properties

F3

Texture mapping properties manage texture map projections for selected surfaces, polysurfaces, and meshes.

Mapping is a process of defining how to represent a 2‑D image on a 3‑D model. Mapping transforms a 2‑D source image into an image buffer called a texture.

A texture can be applied to the surface of a 3‑D model to add color, texture, or other surface detail like glossiness, reflectivity, or transparency.

The problem of how to represent the texture in 3-D rendering can be overcome by means of uv‑mapping. U and V are the coordinates of the texture corresponding to X and Y. Think of u as one direction on a piece of graph paper (side to side). Think of v as the other direction (up and down).

Any time an image is applied in a material and then applied that material to a model, uv‑texture mapping is used.

Mapping channel

A mapping channel holds a set of texture-mapping parameters. Each mapping channel is identified by a number. An object can have any number of channels and therefore can hold any number of texture mapping types.

Textures in materials can be assigned a channel number. When the textures are applied to an object, the texture is applied using the matching channel number on the object. Texture channels default to channel 1.

If an object has no applied texture mapping, surface mapping is used to map the texture.

Properties Panel

Environment map, Screen, and WCS* mapping styles set in the material texture override texture mapping properties. You will see this message when it happens.

Change the material texture to use a mapping channel. Texture mapping properties will then take over the control.

Unwrap

Unwraps the texture for editing.

See: Unwrap.

Custom Mapping

Add a custom mapping channel.

Surface Mapping

Add a surface mapping channel. The default texture mapping method for surfaces and polysurfaces is set by the control point structure of the surfaces.

Planar Mapping

Add a planar mapping channel.

Box Mapping

Add a box mapping channel.

Spherical Mapping

Add a spherical mapping channel.

Cylindrical Mapping

Add a cylindrical mapping channel.

Delete Mapping

Delete a mapping channel.

Match Mapping

Match the mapping to another object's mapping.

Edit Channel (Use multiple mapping channels only)

Allows changing the channel number.

Show Mapping

Display the mapping widgets for the object.

Hide Mapping

Hide the mapping widgets for all objects.

UVEditor

Opens the UV Editor.

See: UVEditor.

Use multiple mapping channels

Allows more than one mapping channel for a single object. The channel numbers can be changed by using the edit channel icon. These mapping channel numbers are used in the texture map settings for an objects material to control which mapping channel is used for that texture.

Channels

#

The mapping channel number.

Type

The mapping type.

Name

The name of the mapping.

See: Naming conventions in Rhino

Name

The name of the mapping.

See: Naming conventions in Rhino

Projection
Closest point
Ray
Type

The mapping type.

Surface

Surface mapping stretches the texture over the object.

In this example, a variable radius fillet connects two planar surfaces and all are joined into one polysurface. The default surface mapping method uses the control point structure of each individual surface to orient the checkered texture map applied to the material. Notice how the checker texture does not match across seams in the polysurface.

See: ApplySurfaceMapping.

Planar

Planar mapping projects a 2-D plane onto the side of an object.

See: ApplyPlanarMapping.

Box

Box mapping projects a 3-D box onto the sides and top of an object.

See: ApplyBoxMapping.

Box (sides only)

Box mapping sides of an object only, does not cap the mapping to the top and bottom surfaces.

See: ApplyBoxMapping.

Spherical

Spherical mapping wraps the object around a sphere. The top edge of the texture shrinks into the top pole and the bottom edge into the bottom pole.

See: ApplySphericalMapping.

Cylindrical

Cylindrical mapping an image around an object like a cylinder the left and right edge will join each other.

See: ApplyCylindricalMapping.

Capped cylindrical

Capped cylindrical mapping also maps the image to the top and bottom of the objects.

See: ApplyCylindricalMapping.

Custom

Add a custom mapping channel.

Custom surface objects control the mapping of textures over any other object.

This process is limited to single surfaces as the surface control point structure is used to control the applied mapping. Here, the surface in front of the polysurface was selected when prompted for the custom object in the command line.

Custom Mapping Steps

Custom object

Use an object to determine the mapping.

See: ApplyCustomMapping.

Projection

When a mesh is texture mapped, some UV(W) values have to be assigned to each vertex from another object – either a primitive like a sphere or a custom object like another mesh or surface.

Each mesh vertex is assigned a parameter from the other object’s UV space.

Closest point

Finds the closest point on the primitive from the point on the mesh.

Ray

Ray draws a line from the mesh along its normal until it hits the primitive.

Texture space

Single texture space (left), divided texture space (right).
Single

Specifies that the texture will be mapped individually over each independent space.

Divided

Specifies that distinct regions of the texture will be used for each space, matching parts of the mapped object to the six independent texture spaces.

XYZ position

Sets the center point of the texture mapping widget in world coordinates.


Default position (left), position moved to a different location (right).
Pick button

Click to pick a location on the screen.

XYZ rotation

Sets the rotation of the texture in world space.


Default rotation (left), x rotation 60 degrees (right).
XYZ size

The texture size.

Lock

When the mapping widget has been re-sized with unequal scaling, the scaling is locked to the specified aspect ratio.

1,1,1

Sets the texture size to 1 in all three directions.

x=y=z

Sets the texture size to be equal in all three directions.

>[ ]<

Fits the texture to the object as established by the original mapping.

Size to image aspect

Sets the size to the aspect ratio of the image.

UVW offset

The amount the texture is offset from the origin of the UVW texture space.

UVW repeat

The number of times the texture repeats across the object in UVW texture space.

Lock

When Lock is checked, the repeat values for u, v, and w change together so that they stay in the same relationship to each other.

When Lock is unchecked, the repeat values can be changed independently of each other.

Example:

If Lock is off, and you enter 1, 2, 3 in the UVW boxes, you will get one repeat in u, two repeats in v, and three repeats in w.

If you then check Lock, and change the 1 to a 2, the values will change to 2, 4, 6. If you then change the 6 to 60, you will get 20, 40, 60.

UVW rotation

The rotation angle of the texture over the object in UVW texture space.

Related commands

ApplyBoxMapping

Toolbar Menu

Texture mapping

Not on menus.

The ApplyBoxMapping command adds a box texture mapping channel to an object and sets the mapping type to box.


Object with box mapping widget on.

Steps

  1. Select objects, and press Enter.
  2. Draw the mapping widget.
    See the Box command for option descriptions.
  3. Enter a mapping channel number, or press Enter to accept the default value.
Command-line options

BoundingBox

Uses the object bounding box to determine the box location.

BoundingBox options

See the BoundingBox command for detailed option descriptions.

CoordinateSystem

The coordinate system for the bounding box.

CPlane

Construction plane coordinates.

World

World coordinates.

3Point

Pick three points to establish a coordinate system.

Capped

Applies the mapping to all six sides of the box.

ApplyCylindricalMapping

Toolbar Menu

Texture Mapping

Not on menus.

The ApplyCylindricalMapping command adds a texture mapping channel to an object and sets the mapping type to cylindrical.


Surface mapping (left), cylindrical mapping (right).

Steps

  1. Select objects, and press Enter.
  2. Draw the mapping widget cylinder.
    See the Circle command for option descriptions.
  3. Enter a mapping channel number, or press Enter to accept the default value.
Command-line options

Direction
constraint
options

Direction constraints restrict the direction of the circle.

None

The center can be anywhere in 3-D space.

Vertical

Draws an object perpendicular to the construction plane.

  • Pick the center and a radius or diameter.
AroundCurve

Draws a circle perpendicular to a curve.

  • Select a curve and pick the center of the circle on the curve and a radius or diameter.

Solid

Fills the base with a surface to form a closed solid.

BoundingBox

Uses the object bounding box to determine the box location.

BoundingBox options

See the BoundingBox command for detailed option descriptions.

CoordinateSystem

The coordinate system for the bounding box.

CPlane

Construction plane coordinates.

World

World coordinates.

3Point

Pick three points to establish a coordinate system.

Capped

Applies the mapping to all the top and bottom of the cylinder.

ApplyCustomMapping

Toolbar Menu

Texture Mapping

Not on menus.

The ApplyCustomMapping command adds a custom texture mapping channel to an object.


No mapping or surface mapping (left), custom mapping object (center), result of custom mapping.

A specified mesh or NURBS surface or polysurface acts as the mapping for the selected objects. The mapping object is preserved in the mapping table so deleting the mapping object does not affect the mapping on the target object.

Steps

  1. Select target objects.
  2. Select the custom mapping surface or mesh.
  3. Enter a mapping channel number, or press Enter to accept the default value.

ApplyPlanarMapping

Toolbar Menu

Texture Mapping

Not on menus.

The ApplyPlanarMapping command adds a texture mapping channel to an object and sets the mapping type to planar.

Steps

  1. Select objects, and press Enter.
  2. Draw the mapping widget.
    See the Rectangle command for option descriptions.
  3. Enter a mapping channel number, or press Enter to accept the default value.
Command-line options

BoundingBox

Uses the object bounding box to determine the box location.

BoundingBox options

See the BoundingBox command for detailed option descriptions.

CoordinateSystem

The coordinate system for the bounding box.

CPlane

Construction plane coordinates.

World

World coordinates.

3Point

Pick three points to establish a coordinate system.

Planar UV

The U and V coordinates are taken from the plane size, and the W coordinate is taken as the distance from the plane along the normal.

Planar UVW

The U and V coordinates are taken from the plane size, the W coordinate is always zero.

ApplySphericalMapping

Toolbar Menu

Texture Mapping

Not on menus.

The ApplySphericalMapping command adds a texture mapping channel to an object and sets the mapping type to spherical.

Steps

  1. Select objects, and press Enter.
  2. Draw the mapping widget sphere.
    See the Sphere command for base sphere drawing options.
  3. Enter a mapping channel number, or press Enter to accept the default value.
Command-line options

BoundingBox

Uses the object bounding box to determine the box location.

BoundingBox options

See the BoundingBox command for detailed option descriptions.

CoordinateSystem

The coordinate system for the bounding box.

CPlane

Construction plane coordinates.

World

World coordinates.

3Point

Pick three points to establish a coordinate system.

Capped

Applies the mapping to all six sides of the box.

ApplySurfaceMapping

Toolbar Menu

Texture Mapping

Not on menus.

The ApplySurfaceMapping command adds a texture mapping channel to an object and sets the mapping type to surface.

ExtractUVMesh

Toolbar Menu

Not on toolbars.

Not on menus.

The ExtractUVMesh command creates separate mesh objects extracted from the flattened UV meshes of a model.

Input

Surface, Polysurface, Extrusion, Mesh.

Steps

  1. Select a supported object type.
  2. Draw a rectangle.

MappingWidget

Toolbar Menu

Render Tools
Texture Mapping

Not on menus.

The MappingWidget command turns on the mapping widgets for the selected objects.

The box mapping widget:

Steps

  1. Select objects.
  2. Type the mapping channel number or press Enter.

MappingWidgetOff

Toolbar Menu

Render Tools
Texture Mapping

Not on menus.

The MappingWidgetOff command turns off the mapping widgets for selected objects.

MatchMapping

Toolbar Menu

Texture Mapping

Not on menus.

The MatchMapping command changes the texture mapping properties of a selected object to duplicate a specified object.

You can also use the Match Mapping button in Texture Mapping Properties.

RemoveMappingChannel

Toolbar Menu

Texture Mapping

Not on menus.

The RemoveMappingChannel command removes the specified mapping channels from an object.

Steps

  1. Select objects.
  2. Type the mapping channel number.

Unwrap

Toolbar Menu

Texture Mapping

Not on menus.

The Unwrap command prompts for selecting edges on the selected object as texture seams where the object's render mesh will be split in UV space.


Input

Steps

  1. Start the command.
  2. Select one or multiple objects, press Enter.
    Multiple selected objects will not overlap in UV space.
  3. Select edges on the object.
    Use the command-line options to help selecting edges.
  4. Press Enter when done.
    Use the UVEditor command to edit the flatten render mesh in UV space to specify which portion of the material texture will display on the object.

Command-line options

Chain

Chain selects the seams.

PreviousSeamSelection

Reselects the previous set of seams.

Apply

Applies the seam selection.

Edit

Opens the UV Editor.

Cancel

Cancels the command.

See Also

Materials and texture mapping in Rhino 6 for Windows

UVEditor

Toolbar Menu

Texture Mapping

Not on menus.

The UVEditor command edits meshes that affect the texture coordinates of the original object. The texture meshes can be joined and split, and their control points edited.

Steps

  1. Select objects.
  2. Draw a rectangular region on the world xy plane.
    See the Rectangle command for detailed option descriptions.

Unwrap Textures

Texture transparency

Sets the transparency of the texture in the viewport for visibility.

Highlight selected

Highlights the surface mesh when the projected mesh is selected.

Show wireframe

Shows the mesh wireframe on the object even when in a viewport display mode that does not support displaying mesh wires.

Texture
Use material

Displays the texture associated with the diffuse channel of the material assigned to the object being unwrapped.

Use texture

Displays a specified texture from the Textures panel.

See also

Render

Render the objects using the current renderer.

Use materials and textures

Wikipedia: Texture Mapping

Materials and texture mapping in Rhino 6 for Windows

About.com: Surfacing 101 - Texture Mapping

 

 

 

Rhinoceros 6 © 2010-2020 Robert McNeel & Associates. 11-Nov-2020