Content Index Search
 

Create an image or drawing brush to apply as a material

To create the brush resource

To apply an image or a drawing as a material to the face of a 3D object, you need to create a brush resource. Any brush resource can be used as a material, even a simple color resource.

  1. Create the image, drawing, or object from which you want to create a brush. For example, you could do one of the following:
    • Add an image file to your project (click Add Existing Item on the File menu), and then under Files in the Project panel, double-click on the image file to add it to the artboard.
      The image file is added as an Image object that you can resize and modify on the artboard.
    • From the Toolbox, select the Pen Pen tool or Pencil Pencil tool tool to draw on the artboard. If you draw multiple items, you can select them all (by holding the CTRL key while selecting), right-click your selection, point to Group Into, and then click one of the panel elements in which to group your objects.
    • From the Toolbox, add a Grid Grid panel or other panel control to the artboard, double-click the new panel object under Objects and Timeline so that you can add other controls to it, and then add the items that will make up the image of your brush.
  2. Under Objects and Timeline, select the Image or panel object that you created in the previous step.
  3. On the Tools menu, point to Make Brush Resource, and then click one of the brush options. For example,
    • An image brush paints an area with an image. It is a type of tile brush that defines its content as an image. If you created an Image object, you can click Make Image Brush Resource.
    • A visual brush paints and area with a visual that can be updated during runtime if the brush is created from a panel that contains animations or interactive controls. To create a visual brush, click Make Visual Brush Resource.
    • A drawing brush paints an area with a drawing, which can include shapes, text, video, images, or other drawings. You can click Make Drawing Brush Resource regardless of what kind of object you created.
    The Create Brush Resource dialog appears.
  4. Click OK to accept the defaults and create the brush resource in the current document. For more information about the options in the Create Brush Resource dialog, see Create a resource. For information about managing resources, see Resources overview.

To apply the brush resource as a material

  1. Under Objects and Timeline, expand the Viewport3D object for the object that you want to modify.
    Within the Viewport3D object are containers for the cameras, materials, and lights.
    Note The materials and lights might be contained in an object that represents the world geometry. If so, expand the world geometry container object.
  2. Expand the materials container object, and then select one of the material objects.
    The face that corresponds to the material is identified on the artboard by a blue bounding box.
  3. Expand the material object until you get to the last node, as in the following image:

    3D material object selected under Objects and Timeline

    3D material object selected under Objects and Timeline

  4. In the Materials category of the Properties panel, click the color swatch next to the BackMaterial or the Material property, depending on which side of the face you want to apply the material to.
    The materials sub-property editor appears.
  5. In the materials editor, click Add Material , and then select from the following types of materials:
    • Diffuse Material Diffuse Material button determines the color of the 3D object with direct light (white light) applied to it much like the paint on a wall.
    • Emissive Material Emissive Material button causes the object to appear that it is giving off light. The color of the light is determined by the color of the material.
    • Specular Material Specular Material button controls the color of the specular highlight on a 3D object. Specular highlights are the bright spots that you see on a glossy surface such as chrome.
  6. Click the Brush resources Brush resources button button in the materials editor, and then select your brush resource from the list that appears.
    Tip You might have to scroll through the list of resources to locate your brush resource.
    Tip If you can not see your material modifications, you might be editing a face that you can not see with the current orientation of the object. For instructions about moving the object, see Move the object.
    Alternatively, you might need to uncheck the ClipToBounds property in the Appearance category of the Properties panel for the Viewport3D object that represents your 3D object.