-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Progressive controls with physics" example not usable with GearVR #89
Comments
For the height that is too high on GearVR, it's the following issue aframevr/aframe#3111 |
The examples works in non vr mode with the cursor on camera though. |
With positional, the center of your play space is at z=0. Could you tweak the positioning of boxes in the examples to find positions where it is reachable in GearVR (but still with Z between 0 and -1.5 so it's reachable for positional users) |
Ok, I'll try to see that. |
For the physics example, if I put transformer cube at |
The "Progressive controls with physics" example https://wmurphyrd.github.io/aframe-super-hands-component/examples/physics/ is not really usable with GearVR/Daydream because when you grab a cube with the laser, the cube stay at the same distance from the controller. You can't possibly drop it on the big cube.
With the "Integration with Global Event Handlers" https://wmurphyrd.github.io/aframe-super-hands-component/examples/events/ example, it works with GearVR, but I'm too close to the cube and practically above it, I can't read the text. It seems that with positional tracking device you are far from the cube, looking at the motion capture.
So the issue for both examples I think is the same, with non positional tracking device, you are too close to the big cube.
The text was updated successfully, but these errors were encountered: