Skip to content
Snippets Groups Projects
Commit e4a1ef62 authored by stendler's avatar stendler
Browse files

revert rotation. camera may look odd; but at least the scene is rotated and behaves correctly..

parent c954eb63
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ namespace MemoryBox.arScene.Scripts
cameraParent.transform.position = transform.position;
transform.parent = cameraParent.transform;
if (Application.isMobilePlatform) {
//cameraParent.transform.Rotate (Vector3.right, 90);
cameraParent.transform.Rotate (Vector3.right, 90);
}
DebugInfo.AddDebug("camParent transformed");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment