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)