From fdbe85e242cec2765041404214eb03a16dde91fc Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 3 Apr 2018 00:56:56 -0400 Subject: For the same of simplifying testing, this seems like the best tool. Its original usefulness has since dried up but it can live again as a slightly different tool. --- simple_pose_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'simple_pose_test.c') diff --git a/simple_pose_test.c b/simple_pose_test.c index 1696366..d28e78d 100644 --- a/simple_pose_test.c +++ b/simple_pose_test.c @@ -168,6 +168,7 @@ int main( int argc, char ** argv ) survive_install_pose_fn(ctx, testprog_raw_pose_process); //survive_install_angle_fn(ctx, testprog_angle_process ); +#if 0 //Don't reset poses ctx->bsd[0].PositionSet = ctx->bsd[1].PositionSet = 1; int i; for( i = 0; i < 2; i++ ) @@ -181,7 +182,7 @@ int main( int argc, char ** argv ) p->Rot[2] = 0; p->Rot[3] = 0; } - +#endif OGCreateThread( GUIThread, 0 ); if( !ctx ) -- cgit v1.2.3