Palette:kantanMapper

From Derivative
Jump to navigation Jump to search

簡単 (kantan) - japanese for easy, simple - Kantan Mapper 2 is a new projection mapping and masking toolkit for TouchDesigner. The user defines 2D polygons and bezier outlines in the field of view of a projector, then fills each shape with a selected image (TOP) with tools to warp how the image fits into the shape.

Summary[edit]

Kantan Mapper is an interface overlaid on-top of an actual projection to enable the drawing, creation and placement of various shapes onto real life objects and the possibility to assign TOP Image Nodes to these shapes and masks.

See also Projection Mapping, Vioso, Scalable Displays, camSchnappr, projectorBlend.

Getting Started[edit]

Kantan Mapper 2 is located in the Palette in 'Mapping' folder. To begin, open the Palette and drag kantanMapper from Palette>Mapping onto your network pane.

Parameters - Kantan Page[edit]

Help Help - Opens this page.

Open Kantan Window Open - Opens the Kantan Mapper Interface.

Close Kantan Window Close - Closes the Kantan Mapper Interface.

General Usage[edit]

After dragging kantanMapper from Palette>Tools onto your network pane, click the "Open Kantan Window" parameter pulse button to open the KantanMapper editing interface.

MottoKantanFullInterface.png

Create a Shape[edit]

To create a shape select either the Kantan-CreateRectangle.png Create Quad or the Kantan-CreateFreeform.png Create Freeform tool.

Kantan-CreateQuadAni.gif

For quads click on the startpoint on the editing canvas and drag to the opposite endpoint of the quad.

Kantan-CreateFreeAni.gif

For freeform shapes, click on the canvas to create a key and drag out the edges. To close a shape, click back on the first key created.

Transform a Shape[edit]

With the Select Shape Tool selected, select a shape on the canvas. You can drag the shape to reposition or use the outer handles to scale and rotate the shape.

Kantan-TransformAni.gif

Modifying a Shape[edit]

With the Select Keys and Handles Tool selected, pick a shape on the canvas if a shape is not yet selected and move the keys or handles.

Kantan-MofifyShape.gif

Assigning a Texture[edit]

Drag a TOP onto the Texture field in the Shape Settings section.

Kantan-AssignTexture.gif

Duplicate Shapes[edit]

Select a shape and hold the Alt key when transforming the shape to create a copy.

Kantan-DuplicateShape.gif

Editing Textures[edit]

With a shape selected, click the Edit Texture Button to bring up the Texture Editor. Here, specify the area of the texture to apply to the shape or apply the shape as a mask to the texture.v

Kantan-TextureAni.gif

User Interface[edit]

Project Settings[edit]

Resolution - Specify the output Resolution of the full Canvas. This should match the resolution of the projector(s) used for this project.

Window Options - Will open the Window COMP parameters for the output screen.

Toogle Output - Will open/close the output window as set-up in the Window Options.

Bg Mask - Specify a background mask by either dragging a TOP into the field or typing in the absolute path to the TOP. The button behind the field is used to enable or disable the mask.

Bg Level - Control the level of the background mask when enabled.

Shapes Tree[edit]

Kantan-TreeBrowser.png

The Shapes Tree Viewer is a list of shapes (quads and freeform) as well as groups in a collapsible display.

Every row representing a shape or group can be hidden by clicking the eyeball icon Kantan-Eyeball.png in the last column of the tree.

Shapes and groups can be reordered by dragging them.

Shapes and groups can be nested by dragging them onto other groups.

New Groups can be created with the "Add Group" button Kantan-AddGroup.png on the top-left of the Shape Tree.

Editing Tools[edit]

The Editing Tools section of the UI holds the controls for selecting, creating and transforming shapes in KantanMapper.

Kantan-EditingTools.png

Select Shape Tool Kantan-SelectShape.png can select Shapes and exposes the shape transform handles for translation, scale and rotate.

Select Key & Handle Tool Kantan-SelectKeys.png enables the selection and transform of a shapes keys and handles.

To add a quad use the Create Quad Tool Kantan-CreateRectangle.png. After selecting the tool click and drag on the canvas to create a quad shape.

To add a freeform shape use the Create Freeform Tool Kantan-CreateFreeform.png. After selecting the tool, click and drag on the canvas to create a key and it's handles. repeat and finish the shape by clicking on the first key created.

If a shape is selected and the "Select Key & Handle" tool is active, shape specific tools become available:

Common to all shapes is the key and handle selector Kantan-KeyHandleTransform.png. Keys and Handles can be translated when selected. A red line shows

For Quads:

  • Kantan-Gridwarp.png enables the gridwarp mode of the selected quad. This enables the transformation of grid points and handles. Also rows and columns can be removed by selecting them and clicking the keyboard delete key.
  • Kantan-AddRow.png add a row to the gridwarp mesh by selecting the insert point on the grid directly.
  • Kantan-AddCol.png add a column to the gridwarp mesh by selecting the insert point on the grid directly.

For Freeform Shapes:

  • Kantan-AddKey.png enables adding keys inline the selected shape.
  • Kantan-ConvertKey.png collapses the handles of a bezier key when selecting the key and enables resizing of the handles by dragging them from the key.

Shape Settings[edit]

Kantan-ShapeSettings.png

Name - Change the name of the shape as shown in the Shapes Tree.

Color - Change the color of the shape. The color is shown if no texture is assigned to the shape or the texture is disabled.

Texture - Assign a texture to the shape by dragging a TOP onto the field and enabling it by clicking the Kantan-Disable.png button behind it.

Orientation - Change the orientation of the assigned texture or flip it.

Edit Texture - Open the Texture Editor.

Softedge - Apply softedge to the shape. While softedge on the quad is done via a basic shader, the softedge on the freeform is a bit more of an experiment using the Extrude SOP and Skin SOP. To see it's inner workings, navigate to .../kantanMapper/project/allShapes/item*.

Lock Handle - Locks and unlocks the gridwarp handles of the quad and the key handles of the freeform shape.

Transform Tools[edit]

Transformation can be applied to single or multiple shapes. When using the fields or buttons, the middle mouse wheel can be used to increase or decrease the current value.

Kantan-TransformTools.png

Scale - Change the scale of the selected shapes around the selected pivot.

Rotate - Change the rotation of the selected shapes around the selected pivot.

Translate - Move the selected shapes in tx and ty.

Pivot - Pick the pivot to apply the transform around.

Free Pivot - If "Free" is selected in Pivot, change the position of the pivot point.

Shape Tools[edit]

The available Tools depend on the selected shape.

Quad[edit]

Kantan-RectangleTools.png Rows / Cols - Change the number of rows and columns in the quad. Warning: this will reset the Gridwarp. To remove a row or column without loosing the previously applied deform, select the row or column when in grid warp mode.

Warping - Change the warping mode of the quad. Options are:

  • Bezier: The grid can be warped with keys and handles.
  • Linear: only the grid points can be transformed and are connected linearly.

Mapping - Choose how a texture is mapped onto the quad:

  • Perspective
  • Bilinear

Reset Keystone - Reset the transformation on the corner points of the quad.

Reset Warp - Reset the transformation on all grid points of the quad.

Freeform[edit]

Kantan-FreeformTools.png

Detail - change the resolution of the edges between keys on the freeform shape.

Texture Editor[edit]

TouchDesigner Build: