Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

ofxSceneManager duplicate scenes

$
0
0

As I said, you must not create your gui in setup() of your ofxScene, it is called each time the scene is changed.

sceneManager.changeScene(0);

-> calls setup()

You should create an init() or initGUI() method and call it when you create your scene

FirstScene* firstScene = new FirstScene;
firstScene->setSceneDuration(0.5, 1.5, 0.5);

firstScene->initGUI()

Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>