VR : Player rotated the wrong way in store GUI - google-vr

We are in great need of assistance:
When we move the player from our scene into the VR: Google Store GUI (Desert scene)
No matter how we rotate or reset the position of the player before the desert loads, the message box (with confirm button) ALWAYS spawn behind the player.
This forces the player to always rotate around 180 to interact with the confirm button.
We are out of ideas...
Greatful for any help!
Thanks.

Related

AframeVR Aframe Oculus Go replicate controller functions from altspace vr app

I want to replicate the controller functions in the Altspace VR Oculus Go app.
How do I make it so that the Oculus Go controller trigger is a click, at the same time pressing up on the trackpad triggers an arc teleport, touching left or right on the touch pad triggers a right turn or left turn, touching down on the track pad triggers a backwards movement, and tapping the back button triggers a menu with an option to escape webvr mode in the Oculus Browser.
Please try the app for additional clarity about what I would like to accomplish.

Click events on desktop

Im using aframe for a different purpose than VR. Im using it to show a 3d model where the user can rotate the model, zoom in, out, and inspect various parts of the device on click.
Im using aframe-orbit-controls-component-2 component to make the camera rotate around the device model.
How do I detect mouse clicks on specific parts of the device(I already have these parts with ids, I just need to detect mouse clicks on them) without needing the camera to be focused on said part?
You can use the mouse by setting the cursors attribute rayOrigin: mouse:
<a-scene cursor="rayOrigin: mouse">
....
Check it out here - the console will log the elements which are clicked

Canvas wrapped in pane (JavaFX)

We are trying to make frogger like game in JavaFX. We have classes such as player,car and log. The problem is that we are drawing our player directly on the canvas using gc.drawImage(), and the car/log objects are added to pane (we are using pathtransition to animate the logs). This is causing the player to end up underneath the log object. Is there anyway to get the player to end up on top the log? When the player intersects with the log, we want it to be placed on top of the log and follow it.

Can the user draw a circle on a Google Map

Is there a way to intercept the following user gestures, and create a circle on the map?
User clicks mouse on the desired centerpoint and keeps mouse button down.
User extends the radius and lets the mouse button up
Can the API return the geolocation beneath the mouse pointer on mousedown and return the geolocation beneath the mouse pointer on mouseup?
i think this should help -> http://www.imapbuilder.com/gmap-builder/map-editor-user-guide/add_polygon_rectangle_circle_clickable_area.php, maybe also this -> https://developers.google.com/maps/articles/mvcfun
never needed to do this kind of work, but this is where i would start and also google is your number one friend...

Catching an onReleaseOutside for the stage

Firstly I feel this question is not a duplicate for :
Easiest implementation of onReleaseOutside in AS3?
Now, the problem , I want to do some action when the mouse_down happened inside the stage, but the mouseup happened outside it.
e.g check google finance charts, try dragging the change range divider and then make the drag such that your mouse exists the browser screen, and then do a mouse_up outside the browser, this will trigger some action inside the stage , i.e make the range stick to the position it was, when the mouse exited the window.)
How can this be done in Flex 3/4??
Thanks,
Neeraj
Try this one:
stage.addEventListener(Event.MOUSE_LEAVE, check);

Resources