gilescoope / shader-graph-nodes

Custom Nodes for Unity Shader Graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shader-graph-nodes

Custom Nodes for Unity Shader Graph, to be used in Unity 2018.2 with the scriptable render pipeline.

SDF

Signed distance functions for interesting procedural effects.

Truchet

Truchet tiling nodes to make irregular patterns.

Composite

Complete set of Porter Duff transparency operations.

Halftone

Halftone rendering, monochrome or color.

Lab Color

Manipulate colors in the perception-based color spaces.

Pattern

Procedural geometric patterns.

Pixel Perfect

Pixel-wide primitives, no matter what the surface.

Complex

Do complex arithmetic in shader graph.

Quaternion

Quaternion algebra for rotation calculations in the graph.

Symmetry

Reflection, rotation and tiling symmetry nodes.

Random

Generate pseudorandom vectors, colors and quaternions.

About

Custom Nodes for Unity Shader Graph

License:MIT License


Languages

Language:C# 100.0%