natureOFcode
natureOFcode copied to clipboard
Improve setup code for `Walker` class.
These changes can go in before or after #4.
-
Refactor constructor code as a
setupfunction.- This brings it more in line with OF conventions — and prevents
the constructor from being called an extra time in
ofApp.cpp'ssetupfunction.
- This brings it more in line with OF conventions — and prevents
the constructor from being called an extra time in
-
Begin adding screenshots to examples