feat: Wind shader
This commit is contained in:
parent
dd9640fc39
commit
63d0524d3c
13 changed files with 318 additions and 4 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue