We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Liang. The current implementation
https://github.com/loopbio/FreemooVRPrivate/blob/ffb62305ef8331c98d819a6f6059a08d06cb826a/src/StimulusOSG2.cpp#L418
could be extended relatively easily with a global fade_final value, and if fade_time <= 0 then just snap to that
fade_final
fade_time <= 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From Liang. The current implementation
https://github.com/loopbio/FreemooVRPrivate/blob/ffb62305ef8331c98d819a6f6059a08d06cb826a/src/StimulusOSG2.cpp#L418
could be extended relatively easily with a global
fade_final
value, and iffade_time <= 0
then just snap to thatThe text was updated successfully, but these errors were encountered: