Matrix Shaders

Below is a list of available matrix shaders:

Matrix Interpolate

Interpolates between different matrices based on the current time.

Matrix Multiply Vector

Multiply a vector by a matrix, produced by matrix_transform for example.

noise -> matrix_transform -> displacement

Matrix Transform

Creates a matrix using rotation, translation, scale, and pivot settings.

noise -> matrix_transform -> displacement