Auragen docs
Auragen docs

Getting Started

OverviewInterfaceNode GraphParameters and Controls

Operators

Texture

Loading

Load ImageLoad VideoLoad SVG

Combining

BlendCompositePattern MixShape MaskShadow / GlowSwitch

Transforming

TransformTileFlipMirrorCropResolution

Colour

Color Correction SuiteLevelHSV AdjustInvertRecolorThresholdQuantizeLookupChannel ShuffleRamp

Surface

DisplaceNoise DisplaceNormal MapBump MapBlurFeedback

Vector

VectorizerFill Trace

Organising

Null
3D Preview
Texture

Tile

Repeats a picture in a grid, with an option to mirror alternate tiles so the joins disappear.

The Tile node repeats its input in a grid. Set how many copies across and how many down.

Tile output

  • One picture in, one out
  • Set the number of copies across and down
  • Mirror flips alternate tiles so the seams line up
  • Found under Texture in the add-operator list
Example patch — drag onto the app to load

The image on the right is the example patch itself — drag and drop it onto the app (or load it with File → Load) to open the full graph.

Inputs and outputs

Tile node

PortTypePurpose
InputTextureThe picture to work on
OutputTextureThe result

Parameters

Tile parameters

Opacity, Blend Mode, ALPHA — the standard operator header, on every operator. See Parameters and Controls.

  • Tiles X (1–16, default 2) — copies across.
  • Tiles Y (1–16, default 2) — copies down.
  • Mirror (default off) — flips every other tile. Turn it on when the picture does not repeat cleanly and you can see the joins.

Troubleshooting

The joins show as hard lines — turn Mirror on, or use a picture whose left edge matches its right edge.

Everything went tiny — Tile does not zoom, it repeats. A 4 × 4 grid makes each copy a quarter of the width. Raise the detail on the generator feeding it, or use fewer tiles.

Related

Transform

Move, scale, and rotate instead of repeat.

Mirror

Fold one half onto the other.

Texture

Every Texture operator.

Transform

Pans, scales, and rotates a texture, with repeat, mirror, or clamp wrapping outside its edges.

Flip

Flips a picture left-to-right, top-to-bottom, or both.

On this page

Inputs and outputsParametersTroubleshootingRelated