Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: explicit observer fix(Haptics): allow AudioSourceHapticPulser be placed on other object #466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fight4dream
Copy link
Contributor

The pulser uses OnAudioFilterRead, it has to be placed right beneath the audio source.
But the way it is presented in the inpsector deceived us to think it can be placed elsewhere.
This fix allows it to be placed on other object.
Also fixed not getting pulse due to frame lag behind audio thread too much.

The pulser uses OnAudioFilterRead, it has to be placed right beneath the audio source.
But the way it is presented in the inpsector deceived us to think it can be placed elsewhere.
This fix allows it to be placed on other object.
Also fixed not getting pulse due to frame lag behind audio thread too much.
@fight4dream fight4dream marked this pull request as ready for review November 7, 2019 10:39
@thestonefox thestonefox added this to To do in VRTK Nov 10, 2019
@thestonefox thestonefox moved this from To do to In Review in VRTK Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
VRTK
  
In Review
Development

Successfully merging this pull request may close these issues.

None yet

1 participant