AlGolden Posted October 4, 2020 Share Posted October 4, 2020 Hi, do VIU have controller's model for Vive Focus Plus? There is only Vive Focus Finch model in the list of Override Model in RenderModelHook. And can I find somewhere any VIU dev guid? I managed to find only this https://docplayer.net/97430748-Vive-input-utility-developer-guide.html It is goof enough, at least I understand difference between IColliderEventPressDownHandler and IColliderEventPressEnterHandler that was practically impossible without docs and comments in scripts but it is 2017 and I'm afraid is slightly outdated. Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted October 5, 2020 Share Posted October 5, 2020 @AlGolden Please manually add below code to RenderModelHook.cs, Line 157, public enum OverrideModelEnum { ... ViveFocusChirp = VRModuleDeviceModel.ViveFocusChirp, } We miss to add it to the list, sorry for the inconvenience. You can look up the Wiki in the VIU GitHub, or feel free to ask if you need help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now