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

SteamVR 1.2.0 InteractionSystem's LinearMapping functionality ported and enhanced #129

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

Conversation

justonia
Copy link

@justonia justonia commented Feb 5, 2017

I've integrated a fair amount of Valve's interaction system into my project's heavily modified version of NewtonVR. I've backported the LinearMapping portion of that system into stock NewtonVR and a few new NVRInteractable subclasses. I have included a new prefab demonstrating the usage and have updated the NVRExampleScene with it.

It is important to note that this system is not physically simulated like many other things in NewtonVR. It would be as simple as adding a new type of LinearMapping driver/listener to make that work. It was unnecessary in my project so I have not implemented it.

I have found, much like Valve's docs on this system mention, the LinearMapping concept to be extraordinarily powerful and I have built some cool systems off of it in my project. Hope it's helpful.

@SmartCarrion
Copy link

What is linearmapping, a few google searches didn't get me anything useful, do you have a link?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants