Add color rotation matrix to Parameters
This commit is contained in:
parent
0844fbc010
commit
d3190dd7e7
3 changed files with 13 additions and 3 deletions
|
|
@ -44,6 +44,7 @@ typedef struct {
|
|||
float target;
|
||||
float feather;
|
||||
float4 colors[4];
|
||||
float2x2 colorRotation;
|
||||
} Parameters;
|
||||
|
||||
typedef float3 Ball;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue