aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2018-01-05 04:12:26 -0700
committerGitHub <noreply@github.com>2018-01-05 04:12:26 -0700
commit3c64031e671e14eb3baf90ec12cfaa8c0ecb5eff (patch)
treee5fea4c0e03d09122ac90de0f28617f3b62326e6 /test.c
parent98d62e595b90a76ecd6d4f87e95e5cc6af45a4ce (diff)
parented85661121c3ed8769a69d059fd3162aec33c6fe (diff)
downloadlibsurvive-3c64031e671e14eb3baf90ec12cfaa8c0ecb5eff.tar.gz
libsurvive-3c64031e671e14eb3baf90ec12cfaa8c0ecb5eff.tar.bz2
Merge pull request #91 from mwturvey/MakeTrackingGood
Provide standard way for posers to report pose output
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.c b/test.c
index 4909d50..c9f03d7 100644
--- a/test.c
+++ b/test.c
@@ -85,6 +85,8 @@ int main()
dump_iface( survive_get_so_by_name( ctx, "TR0" ), "TR0" );
dump_iface( survive_get_so_by_name( ctx, "WW0" ), "WW0" );
+ survive_cal_install(ctx);
+
while(survive_poll(ctx) == 0)
{
double Now = OGGetAbsoluteTime();