From 4656e88bb1626fcc0e7941883ac475884e4c99b0 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 11 Nov 2012 15:59:00 +0000 Subject: working single threaded --- liveengine/src/testApp.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'liveengine/src/testApp.cpp') diff --git a/liveengine/src/testApp.cpp b/liveengine/src/testApp.cpp index fb531a5..a2a242f 100755 --- a/liveengine/src/testApp.cpp +++ b/liveengine/src/testApp.cpp @@ -93,7 +93,7 @@ void testApp::setup(){ isTracking = false; isFiltering = false; isMasking = true; - isCloud = false; + isCloud = true; nearThreshold = 500; farThreshold = 1000; @@ -101,6 +101,7 @@ void testApp::setup(){ filterFactor = 10.0f; recordContext.setup(); + recordContext.setMirror(true); recordDepth.setup(&recordContext); recordImage.setup(&recordContext); recordUser.setup(&recordContext); @@ -127,7 +128,11 @@ void testApp::setup(){ } } else printf("no viewports!\n"); - } + + XML.popTag(); + + } + } activeView=-1; -- cgit v1.2.3