You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The positioning of ar objects in 8th wall seems to be different whether the device is android or any other os. See code below for how the positioning is set. The values are for android currently. for ios the y values are 0.2, 0.35, and 0.85. the z values are all setZ.
The positioning of ar objects in 8th wall seems to be different whether the device is android or any other os. See code below for how the positioning is set. The values are for android currently. for ios the y values are 0.2, 0.35, and 0.85. the z values are all setZ.
frameObj.position.set(detail.position.x, detail.position.y + 0.2, detail.position.z - setZ)
frameObj.quaternion.copy(detail.rotation)
frameObj.scale.set(detail.scale * setScale, detail.scale * setScale, detail.scale * setScale)
The text was updated successfully, but these errors were encountered: