tqjxlm / Atlas

An extensible 3D GIS application for visualization, analysis and research.
GNU General Public License v3.0
151 stars 74 forks source link

VR Mode controller not working #10

Open ClarkBo opened 5 years ago

ClarkBo commented 5 years ago

I built the atlas,the vr mode is working well but controllers are not working. Any help towards this??

tqjxlm commented 5 years ago

What headset are you using? The plugin is developed with HTC Vive and may not work with other headset.

If you are using HTC Vive, the controlling behaviour is designed as:

  1. Touch panel press (any direction): rotate, like left mouse button drag
  2. Touch panel press (left or right)+ trigger: pane, like middle mouse button drag
  3. Touch panel press (up or down)+ trigger: zoom, like right mouse button drag

Please let me know if it does not behave as expected or if you expect otherwise

ClarkBo commented 5 years ago

What headset are you using? The plugin is developed with HTC Vive and may not work with other headset.

If you are using HTC Vive, the controlling behaviour is designed as:

  1. Touch panel press (any direction): rotate, like left mouse button drag
  2. Touch panel press (left or right)+ trigger: pane, like middle mouse button drag
  3. Touch panel press (up or down)+ trigger: zoom, like right mouse button drag

Please let me know if it does not behave as expected or if you expect otherwise

I'm using HTC VIVE , the HMD works well, but the controllers are not, even not showing in the vr scene.

tqjxlm commented 5 years ago

Actually this plugin does not draw controllers. It just gets input information from them.

So the trigger and touch panel don't work neither?

On Thu, 18 Jul 2019 at 18:26, ClarkBo notifications@github.com wrote:

What headset are you using? The plugin is developed with HTC Vive and may not work with other headset.

If you are using HTC Vive, the controlling behaviour is designed as:

  1. Touch panel press (any direction): rotate, like left mouse button drag
  2. Touch panel press (left or right)+ trigger: pane, like middle mouse button drag
  3. Touch panel press (up or down)+ trigger: zoom, like right mouse button drag

Please let me know if it does not behave as expected or if you expect otherwise

I'm using HTC VIVE , the HMD works well, but the controllers are not, even not showing in the vr scene.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tqjxlm/Atlas/issues/10?email_source=notifications&email_token=AEUULUABJ2S6FRI4VCK2V33QABAMDA5CNFSM4ID7UWC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2IBKCQ#issuecomment-512759050, or mute the thread https://github.com/notifications/unsubscribe-auth/AEUULUDFAG36FBZW43P4EMTQABAMDANCNFSM4ID7UWCQ .

ClarkBo commented 5 years ago

No, they dont work.

tqjxlm commented 5 years ago

@ClarkBo I'll get to see it as soon as possible.

Or you can check VRMode.cpp in case it is a device-specific issue. The related code lies in VRMode::controlEvent(). It should be straightforward to read (just a bunch of switch case and if-else)

JasonLeeUT commented 4 years ago

I built the atlas,the vr mode is working well but controllers are not working. Any help towards this??

Hello, I built the tlas. May I ask whether you tried the add point cloud function? I tried it but nothing happens.