feat: Wind shader

This commit is contained in:
Gerard Gascón 2024-04-16 16:29:10 +02:00
parent dd9640fc39
commit 63d0524d3c
13 changed files with 318 additions and 4 deletions

View file

@ -11,7 +11,7 @@ namespace View {
public CustomInput CustomInput { private set; get; }
private void Awake() {
Model = new Model(20, 5);
Model = new Model(1, 5);
IExpressionInput input = FindObjectOfType<ExpressionInput>();
IExpressionInput visibility = FindObjectOfType<UIVisibility>();