aboutsummaryrefslogtreecommitdiff
path: root/simple_pose_test.c
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-04-04 00:36:17 -0400
committerGitHub <noreply@github.com>2018-04-04 00:36:17 -0400
commit6a45298c9bc34aac59cc2ebb9de2d82c7a42756e (patch)
tree6e4ec0ba3b48e6354162cf6272d769628fac63aa /simple_pose_test.c
parent18b20af7195b94889924156de2b4aa704b2c7391 (diff)
parent779a7466efc0e0657e7048108be35645faede030 (diff)
downloadlibsurvive-6a45298c9bc34aac59cc2ebb9de2d82c7a42756e.tar.gz
libsurvive-6a45298c9bc34aac59cc2ebb9de2d82c7a42756e.tar.bz2
Merge pull request #121 from cnlohr/new_config_mode
New "refine" poser!!!
Diffstat (limited to 'simple_pose_test.c')
-rw-r--r--simple_pose_test.c3
1 files changed, 2 insertions, 1 deletions
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 )