Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.63 KB

README.md

File metadata and controls

97 lines (67 loc) · 2.63 KB

Shaders Gallery - Testing In Progress

Please feel free to share your pipeline design here. If you need get a quick overview of the grammar of a Pipeline used below, check out the TLDR section of Digital Compositing Pipline here.

Lake Noise

Pipeline

  1. Sunflower Image
  2. Color Controls (0)
  3. Radial Gradient
  4. FBM Noise
  5. Difference Blend Mode (3,"2")

Note - The number in the brackets e.g. "(0)" refers to the input node or image.

Pipeline File - See the section below on how to import this file into the app.

Artsy Flower

Pipeline

  1. Sunflower Image
  2. Color Controls (0)
  3. FBM Noise
  4. Kaleidoscope (2) : Count = 15, Angle = 143
  5. Particles - (3)
  6. Difference Blend Mode (4,"0")

Note - The values after the ":" refers to the node parameters.

Comic Puzzle

Pipeline

  1. Sunflower Image
  2. Color Controls (0)
  3. FBM Noise
  4. Crystallize (2) : Radius = 36
  5. Comic Effect (3)
  6. Sinusoidal Gradient - none
  7. Mix (5,"4")

Note - Why do some input nodes have "" (double quotes) while some do not?

In simple words: The one with double quotes is one we specified specifically. The one without double quotes is automatically using the previous node.

Checkout the detailed explanation in Nodef on Auto Chaining and Reverse Compositing.

Gradient Flow

  1. Sunflower Image
  2. Color Controls (0)
  3. FBM Noise
  4. Gaussian Gradient : Radius = 605
  5. Color Dodge Blend Mode (3,"2")
  6. Color Dodge Blend Mode (4,"0")
  7. Color Invert (5)

Arty Metal

Pipeline

  1. Sunflower Image
  2. Color Controls (0)
  3. Pointillize (1) : Radius = 20
  4. FBM Noise
  5. Darken Blend Mode (3,"2")
  6. Difference Blend Mode (4,"0")

Sinusoidal Noise

Pipeline

  1. Sunflower Image
  2. Sinusoidal Gradient
  3. FBM Noise
  4. Subtract Blend Mode (2,"1")

How to load a pipeline document in this gallery?

The pipeline json file is available in this gallery folder.

  1. Download the pipeline file.
  2. In the app, tap on the document icon, top left corner, in the Pipeline app.
  3. Select Nodef Documents->Others->Import.
  4. Select the downloaded file.