teleporation (on rig) breaks pinching #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consider checking in
getClosestTargetElements()if#rigis not at origin anymore then take into account that offset when measure the distance.See https://github.com/aframevr/aframe/issues/5182
Specifically
getClosestTargetElement()in pinch related events kind of works :Tested by doing
jxr qs #rig sa position 0 0 10then at that positionjxr qs #rig sa position 0 0 0to go back, which worked, but introduced a vertical offset. Might be related to theadjust-height-in-vrcomponent but probably not as it's only done once entering VR.Should be fixed by now, probably with
717ca1aba4and1835def7c4