TheNexusAvenger / Nexus-VR-Character-Model

Maps Roblox characters to the VR inputs of players.
MIT License
66 stars 12 forks source link

Smooth Locomotion can't rotate using the right stick #11

Closed FloweyProgramer closed 2 years ago

FloweyProgramer commented 2 years ago

Valve Index Headset and controllers, Using the Nexus VR Character Model Demo place

Tap/Smooth rotation was already confirmed to work in issue #5 so I know that I have to use the right stick to rotate

However, when attempting to use the right stick to rotate in Smooth Locomotion, nothing happens, however, in teleport mode, rotation on the right stick works as expected.

TheNexusAvenger commented 2 years ago

This functionality is currently in the SmoothLocomotionController but not the TeleportController. It isn't exactly a bug since it is functioning as intended, but the intended design isn't what you would expect.

TheNexusAvenger commented 2 years ago

I take back what I said about it being a missing feature - it is a bug for a feature I forgot even existed. Pull request #13 should address this by using the known-good code in the teleport controller. Once the pull request is merged and the update goes up, I'll close the issue.