From ff979a86dc8f031c823cd8806324b0e8c4ca069b Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 24 Jun 2013 13:41:50 +0100 Subject: particle scaling --- 06_performance/src/testApp.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '06_performance/src/testApp.cpp') diff --git a/06_performance/src/testApp.cpp b/06_performance/src/testApp.cpp index 9bba414..57749b0 100644 --- a/06_performance/src/testApp.cpp +++ b/06_performance/src/testApp.cpp @@ -88,7 +88,7 @@ void testApp::setup(){ F_drawFrames=10; F_drawStep=0; F_drawDecay=0.95; - F_lineWidth=1.0; + F_lineWidth=16.0; //1.0; F_drawAxis=90; //Y @@ -100,8 +100,8 @@ void testApp::setup(){ F_yRotation=180; //was 180 F_zRotation=0; - F_particleAmount=100; - F_particleLife=0.5; + F_particleAmount=2000; //100 + F_particleLife=1.5; //0.5 I_fade1=0; I_fade2=0; @@ -161,6 +161,7 @@ void testApp::setup(){ videoclips.push_back(ofVideoPlayer()); videoclips[i].loadMovie(XML.getAttribute("video","file","",i)); videoclips[i].setLoopState(OF_LOOP_NONE); + videoclips[i].stop(); } cerr<<"loaded "<