Reticle based XR control

Hi @RaananW Raananw,

This is my code


So actually I am trying to enable teleportation whenever some one is targeting gaze to floor mesh. Instead of stare-point to teleport I want touch (any point) to teleport.

following to this Using onPointerObservable XR Cardboard - #15 by RaananW

`xr.baseExperience.sessionManager.session.onselect( e => console.log(e))

sessionManager doesn’t consist any “session” so its giving undefined. Any thing I am missing here , doing wrong.

Thanks in advance.