From 6999bf3ef1c30d5af447c8cdd98213d1b1106a30 Mon Sep 17 00:00:00 2001 From: Wim Vriend Date: Tue, 5 Oct 2010 20:40:38 +0000 Subject: Beta Curve configuration seems to work... git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@22 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb --- FaceTrackNoIR/FGServer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FaceTrackNoIR/FGServer.h') diff --git a/FaceTrackNoIR/FGServer.h b/FaceTrackNoIR/FGServer.h index 0df2eb1d..bd849c80 100644 --- a/FaceTrackNoIR/FGServer.h +++ b/FaceTrackNoIR/FGServer.h @@ -86,9 +86,9 @@ public: void setVirtRotX(float rot) { virtRotX = rot; } void setVirtRotY(float rot) { virtRotY = rot; } void setVirtRotZ(float rot) { virtRotZ = rot; } - void setVirtPosX(float pos) { virtPosX = pos; } - void setVirtPosY(float pos) { virtPosY = pos; } - void setVirtPosZ(float pos) { virtPosZ = pos; } + void setVirtPosX(float pos) { virtPosX = pos / 100.0f; } + void setVirtPosY(float pos) { virtPosY = pos / 100.0f; } + void setVirtPosZ(float pos) { virtPosZ = pos / 100.0f; } }; -- cgit v1.2.3