Jump to content

How to get rid of dot on controller ray?


brochambeau

Recommended Posts

Hi, I'm trying to finalize an app for the VIVE Focus using Unity + Wave SDK unitypackage.


I cannot figure out how to get rid of the white dot that appears on the controller ray (only appears in app on the device; not in the Unity editor). Picture from inside device posted below.

 

Really need to figure out how to get rid of that dot since it breaks stereo on any objects that are closer than the dot as it always renders on top. Any help would be appeciated. Thanks!

 

 

 

Link to comment
Share on other sites

Hello,

 

Do you use your own customized controller?

Since in ControllerLoader we don't show such symptom.

And if you use ControllerPointer, please disable the option "MeshRenderer"

Please refer below snapshot.

 

 

 

Here is one of suggestions if you'd like to disable MeshRenderer.

Below is example how to modify WaveVR_ControllerPointer.cs (see red column)

 

 

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...