Browse Source

small fix

Raanan Weber 4 năm trước cách đây
mục cha
commit
6a16341687
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/XR/features/WebXRControllerTeleportation.ts

+ 1 - 1
src/XR/features/WebXRControllerTeleportation.ts

@@ -397,9 +397,9 @@ export class WebXRMotionControllerTeleportation extends WebXRAbstractFeature {
                 // set the ray and position
 
                 let hitPossible = false;
+                controllerData.xrController.getWorldPointerRayToRef(this._tmpRay);
                 if (this.straightRayEnabled) {
                     // first check if direct ray possible
-                    controllerData.xrController.getWorldPointerRayToRef(this._tmpRay);
                     // pick grounds that are LOWER only. upper will use parabolic path
                     let pick = scene.pickWithRay(this._tmpRay, (o) => {
                         // check for mesh-blockers