@@ -265,7 +265,7 @@ namespace Immersal.AR
{
if (DeviceType.type == "Rhinox")
- tr.position = new Vector3(tr.position.x, tr.position.y + 1.7f, tr.position.z);
+ tr.position = new Vector3(tr.position.x, tr.position.y + 1.5f, tr.position.z);
}
else