Forum Discussion
viewport
11 years agoProtege
I really miss a very simple function.
Put on this way, There is a number of situation like 3d point cloud spaces, 360 stereoscopic panoramas, camera projection textures on 3d meshes, etc. where you need a camera on the center of th...
cybereality
11 years agoGrand Champion
At the top of OVRCameraRig.cs, class add:
At the bottom of UpdateAnchors() add:
public bool disablePosition = false;
At the bottom of UpdateAnchors() add:
if (disablePosition) {
leftEyeAnchor.localPosition -= centerEyeAnchor.localPosition;
rightEyeAnchor.localPosition -= centerEyeAnchor.localPosition;
}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
- 9 months ago
- 1 year ago