Allow a slider to set the colorRotation in radians

This commit is contained in:
Eryn Wells 2018-10-09 16:51:35 -07:00
parent e2886f9aad
commit 1b8fc1feb7
5 changed files with 74 additions and 6 deletions

View file

@ -44,7 +44,7 @@ typedef struct {
float target;
float feather;
float4 colors[4];
float2x2 colorRotation;
float3x3 colorTransform;
} Parameters;
typedef float3 Ball;