Jump to content

Vive Focus Plus vibration only works on the right-hand controller


daoshengmu_moz

Recommended Posts

Posted

We are using WaveVR SDK 3.1.1 Beta.

We notice

WVR_TriggerVibration(controller.type, WVR_InputId_Alias1_Trigger, 5000);

only works on the right-hand controller in HTC Focus Plus.

In Focus, because it only has one controller, it can trigger vibration by either WVR_DeviceType_Controller_Left or WVR_DeviceType_Controller_Right on the main controller that is according to the controller setting.

@Cotta @Tony PH Lin

 

  • 2 weeks later...
Posted

Maybe you should use 

private WaveVR_Controller.Device nonDominantController;

Start()
{
	nonDominantController = WaveVR_Controller.Input(WaveVR_Controller.EDeviceType.NonDominant);
    nonDominantController.TriggerHapticPulse();
}

 

  • 1 month later...
Posted
On 9/10/2019 at 4:32 AM, Tony PH Lin said:

Hi @daoshengmu

 

Could you clarify first with below conditions?

1) Why your API only have 3 parameters, it should be 5.

Please check below link for detail.

https://hub.vive.com/storage/docs/en-us/WVR_TriggerVibration.html?highlight=wvr_triggervibrator

It doesn't need to be 5 parameters because it has default parameters. I tried `WVR_TriggerVibration(controller.type);` too. There is only one controller from my hands can do the vibration.

 

On 9/10/2019 at 4:32 AM, Tony PH Lin said:

2) Do you also switch from Launcher Setting (Left/Right Hand) when you test it?

3) Can you confirm if your controller is good w/o broken?

Thanks.

 

 

I start feeling one of my controllers is broken because this function works for my team member's two controllers.

Posted

Hi @daoshengmu_moz,

Thanks for your feedback.

If you can confirm one of controller is broken, I suggest you to contact with our region support to return or exchange (I'm not sure the detail of this service process, and there should be a service center when you purchase the device).

Let us know if you still need further technical support.

Thanks.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...