diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-08-17 23:06:47 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-08-17 23:06:47 +0100 |
| commit | ae1a7a509b9c5f08636b449f5de3ffede4ae954a (patch) | |
| tree | d02ec3473c8d1e9beadbbf3cc1687acbe3d6ff22 /lasertext/src/ofApp.h | |
| parent | f302aab99b8455f98704924e93842f9623523916 (diff) | |
ready for multi stars
Diffstat (limited to 'lasertext/src/ofApp.h')
| -rw-r--r-- | lasertext/src/ofApp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasertext/src/ofApp.h b/lasertext/src/ofApp.h index 052d565..bd92da1 100644 --- a/lasertext/src/ofApp.h +++ b/lasertext/src/ofApp.h @@ -179,6 +179,8 @@ class ofApp : public ofBaseApp{ ofxXmlSettings XML; + //vector<starSystem> stars; + starSystem stars; glm::vec2 warpframe[4]; |
