Forum Discussion
logicalerror
12 years agoHonored Guest
Eyes are rotated as if in back of head
I was experimenting with the oculus rift in combination with a Mecanim model in Unity, and I put the position of the cameras in the position of the head. I then noticed that when I look at my shoulders (I mean my virtual shoulders, in unity) that it's as if my eyes are in the back of my head instead of the front of my head. It's as if the camera rotates around my virtual head (looking inwards) when I turn my real head.
Not sure if this is just an issue with 0.3.2c (or me doing something stupid somwhere), but it seems like a flaw in the neck model. I can imagine this might not actually be an issue with the DK2? Not sure.
I managed to be able to tweak/improve this by adding newEyePos.z = EyePosition.z; near the bottom of SetCameraOrientation (line 268) in OVRCamera.cs, which made it possible to give a Z offset to the eyes and neck when rotating.
Not sure if this is just an issue with 0.3.2c (or me doing something stupid somwhere), but it seems like a flaw in the neck model. I can imagine this might not actually be an issue with the DK2? Not sure.
I managed to be able to tweak/improve this by adding newEyePos.z = EyePosition.z; near the bottom of SetCameraOrientation (line 268) in OVRCamera.cs, which made it possible to give a Z offset to the eyes and neck when rotating.
2 Replies
Replies have been turned off for this discussion
- BaseDeltaZeroHonored GuestI had that as well, fixed it by creating a new profile in configutil
- cyberealityGrand ChampionYes, this was an issue with backwards compatibility with the old profile format.
You just need to create a new profile using the latest Config Tool.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 months ago
- 6 months ago
- 2 years ago