Tango: added camera movement when moving 2 fingers

This commit is contained in:
matlabbe
2016-10-27 14:22:21 -04:00
parent 69219eb340
commit 8f90d25468
3 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ int Scene::Render() {
}
else
{
// In third person or top down more, we follow the camera movement.
// In third person or top down mode, we follow the camera movement.
gesture_camera_->SetAnchorPosition(position, rotation);
frustum_->SetPosition(position);