Created
April 1, 2025 14:55
-
-
Save jafish/0d7ad62885f694f3312b7f43abdb304b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (frameCount % 30 ===0){ | |
index = index + 1 | |
}else if (index >= windDir.length) { | |
index = 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment